Shades of Neon Blue #6066FF
Tints of Neon Blue #6066FF
RGB
CMYK
RGB Variations
Color information
#6066FF (or 0x6066FF) is known color: Neon Blue. HEX triplet: 60, 66 and FF. RGB value is (96,102,255). Sum of RGB (Red+Green+Blue) = 96+102+255=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #6066FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6066FF is #9F9900. Grayscale: #757575. Windows color (decimal): -10459393 or 16737888. OLE color: 16737888.
HSL color Cylindrical-coordinate representation of color #6066FF: hue angle of 237.74º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6066FF is Cyan = 0.62, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 102 | 255 | - |
| CMYK | 0.62 | 0.6 | 0 | 0 |
| HSL | 237.74º | 1% | 0.69% | - |
| HSV(B) | 237.74º | 0.62% | 1% | - |
| XYZ | 27.63 | 19.21 | 96.86 | - |
| YUV | 117.65 | 205.51 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 255 | 0.62 | 0.6 | 0 | 0 | 237.74 | 1 | 0.69 |
| Hex | 60 | 66 | FF | 3E | 3C | 0 | 0 | EE | 64 | 45 |
| Octal | 140 | 146 | 377 | 76 | 74 | 0 | 0 | 356 | 144 | 105 |
| Binary | 1100000 | 1100110 | 11111111 | 111110 | 111100 | 0 | 0 | 11101110 | 1100100 | 1000101 |
Color Harmonies of #6066FF
Complementary color
Monochromatic Colors of #6066FF
Black with #6066FF
Text Example
Text Example
White with #6066FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6066FF; }
p { color: rgb(96,102,255); }
H1.HeaderClassName
{
color: #6066FF;
}
.AnyTagClassName
{
color: #6066FF;
}
</style>
background-color css
<style>
a { background-color: #6066FF; }
a { background-color: rgb(96,102,255); }
div.DivClassName
{
background-color: #6066FF;
}
.BgClassName
{
background-color: #6066FF;
}
</style>
border-color css
<style>
span { border-color: #6066FF; }
span { border-color: rgb(96,102,255); }
td.TdClassName
{
border-color: #6066FF;
}
.TagClassName
{
border-color: #6066FF;
}
</style>