Shades of Neon Blue #6064F7
Tints of Neon Blue #6064F7
RGB
CMYK
RGB Variations
Color information
#6064F7 (or 0x6064F7) is known color: Neon Blue. HEX triplet: 60, 64 and F7. RGB value is (96,100,247). Sum of RGB (Red+Green+Blue) = 96+100+247=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #6064F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6064F7 is #9F9B08. Grayscale: #727272. Windows color (decimal): -10459913 or 16213088. OLE color: 16213088.
HSL color Cylindrical-coordinate representation of color #6064F7: hue angle of 238.41º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6064F7 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 100 | 247 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.03 |
| HSL | 238.41º | 0.9% | 0.67% | - |
| HSV(B) | 238.41º | 0.61% | 0.97% | - |
| XYZ | 26.17 | 18.32 | 90.15 | - |
| YUV | 115.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 247 | 0.61 | 0.60 | 0 | 0.03 | 238.41 | 0.9 | 0.67 |
| Hex | 60 | 64 | F7 | 3D | 3C | 0 | 3 | EE | 5A | 43 |
| Octal | 140 | 144 | 367 | 75 | 74 | 0 | 3 | 356 | 132 | 103 |
| Binary | 1100000 | 1100100 | 11110111 | 111101 | 111100 | 0 | 11 | 11101110 | 1011010 | 1000011 |
Color Harmonies of #6064F7
Complementary color
Monochromatic Colors of #6064F7
Black with #6064F7
Text Example
Text Example
White with #6064F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6064F7; }
p { color: rgb(96,100,247); }
H1.HeaderClassName
{
color: #6064F7;
}
.AnyTagClassName
{
color: #6064F7;
}
</style>
background-color css
<style>
a { background-color: #6064F7; }
a { background-color: rgb(96,100,247); }
div.DivClassName
{
background-color: #6064F7;
}
.BgClassName
{
background-color: #6064F7;
}
</style>
border-color css
<style>
span { border-color: #6064F7; }
span { border-color: rgb(96,100,247); }
td.TdClassName
{
border-color: #6064F7;
}
.TagClassName
{
border-color: #6064F7;
}
</style>