Shades of Neon Blue #6067FA
Tints of Neon Blue #6067FA
RGB
CMYK
RGB Variations
Color information
#6067FA (or 0x6067FA) is known color: Neon Blue. HEX triplet: 60, 67 and FA. RGB value is (96,103,250). Sum of RGB (Red+Green+Blue) = 96+103+250=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #6067FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6067FA is #9F9805. Grayscale: #757575. Windows color (decimal): -10459142 or 16410464. OLE color: 16410464.
HSL color Cylindrical-coordinate representation of color #6067FA: hue angle of 237.27º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6067FA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 103 | 250 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.02 |
| HSL | 237.27º | 0.94% | 0.68% | - |
| HSV(B) | 237.27º | 0.62% | 0.98% | - |
| XYZ | 26.93 | 19.09 | 92.71 | - |
| YUV | 117.67 | 202.68 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 250 | 0.62 | 0.59 | 0 | 0.02 | 237.27 | 0.94 | 0.68 |
| Hex | 60 | 67 | FA | 3E | 3B | 0 | 2 | ED | 5E | 44 |
| Octal | 140 | 147 | 372 | 76 | 73 | 0 | 2 | 355 | 136 | 104 |
| Binary | 1100000 | 1100111 | 11111010 | 111110 | 111011 | 0 | 10 | 11101101 | 1011110 | 1000100 |
Color Harmonies of #6067FA
Complementary color
Monochromatic Colors of #6067FA
Black with #6067FA
Text Example
Text Example
White with #6067FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6067FA; }
p { color: rgb(96,103,250); }
H1.HeaderClassName
{
color: #6067FA;
}
.AnyTagClassName
{
color: #6067FA;
}
</style>
background-color css
<style>
a { background-color: #6067FA; }
a { background-color: rgb(96,103,250); }
div.DivClassName
{
background-color: #6067FA;
}
.BgClassName
{
background-color: #6067FA;
}
</style>
border-color css
<style>
span { border-color: #6067FA; }
span { border-color: rgb(96,103,250); }
td.TdClassName
{
border-color: #6067FA;
}
.TagClassName
{
border-color: #6067FA;
}
</style>