#6044F7

Color #6044F7 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6044F7

Tints of Neon Blue #6044F7

Color information

#6044F7 (or 0x6044F7) is unknown color: approx Neon Blue. HEX triplet: 60, 44 and F7. RGB value is (96,68,247). Sum of RGB (Red+Green+Blue) = 96+68+247=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 247 (96.88% from 255 or 60.10% from 411); Max value from RGB is 247 - color contains mainly: blue. Hex color #6044F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6044F7 is #9FBB08. Grayscale: #606060. Windows color (decimal): -10468105 or 16204896. OLE color: 16204896.

HSL color Cylindrical-coordinate representation of color #6044F7: hue angle of 249.39º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6044F7 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9668247-
CMYK0.610.7200.03
HSL249.39º91.79%61.76%-
HSV(B)249.39º72.47%96.86%-
XYZ23.6813.3489.32-
YUV96.78212.78127.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 23.36%
GREEN value IS 68 (26.95% from 255) = 16.55%
BLUE value IS 247 (96.88% from 255) = 60.10%
R=23.36%
G=16.55%
B=60.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal96682470.610.7200.03249.3991.7961.76
Hex6044F73D4803f95c3e
Octal140104367751100337113476
Binary11000001000100111101111111011001000011111110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6044F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6044F7; }

 p { color: rgb(96,68,247); }

 H1.HeaderClassName
 {
   color: #6044F7;
 }
 .AnyTagClassName
 {
   color: #6044F7;
 }
</style>
background-color css

<style>
 a { background-color: #6044F7; }

 a { background-color: rgb(96,68,247); }

 div.DivClassName
 {
   background-color: #6044F7;
 }
 .BgClassName
 {
   background-color: #6044F7;
 }
</style>
border-color css

<style>
 span { border-color: #6044F7; }

 span { border-color: rgb(96,68,247); }

 td.TdClassName
 {
   border-color: #6044F7;
 }
 .TagClassName
 {
   border-color: #6044F7;
 }
</style>