Shades of Neon Blue #6658FF
Tints of Neon Blue #6658FF
RGB
CMYK
RGB Variations
Color information
#6658FF (or 0x6658FF) is known color: Neon Blue. HEX triplet: 66, 58 and FF. RGB value is (102,88,255). Sum of RGB (Red+Green+Blue) = 102+88+255=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #6658FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6658FF is #99A700. Grayscale: #6E6E6E. Windows color (decimal): -10069761 or 16734310. OLE color: 16734310.
HSL color Cylindrical-coordinate representation of color #6658FF: hue angle of 245.03º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6658FF is Cyan = 0.6, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 88 | 255 | - |
| CMYK | 0.6 | 0.65 | 0 | 0 |
| HSL | 245.03º | 1% | 0.67% | - |
| HSV(B) | 245.03º | 0.65% | 1% | - |
| XYZ | 27.02 | 17.02 | 96.47 | - |
| YUV | 111.22 | 209.14 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 255 | 0.6 | 0.65 | 0 | 0 | 245.03 | 1 | 0.67 |
| Hex | 66 | 58 | FF | 3C | 41 | 0 | 0 | F5 | 64 | 43 |
| Octal | 146 | 130 | 377 | 74 | 101 | 0 | 0 | 365 | 144 | 103 |
| Binary | 1100110 | 1011000 | 11111111 | 111100 | 1000001 | 0 | 0 | 11110101 | 1100100 | 1000011 |
Color Harmonies of #6658FF
Complementary color
Monochromatic Colors of #6658FF
Black with #6658FF
Text Example
Text Example
White with #6658FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6658FF; }
p { color: rgb(102,88,255); }
H1.HeaderClassName
{
color: #6658FF;
}
.AnyTagClassName
{
color: #6658FF;
}
</style>
background-color css
<style>
a { background-color: #6658FF; }
a { background-color: rgb(102,88,255); }
div.DivClassName
{
background-color: #6658FF;
}
.BgClassName
{
background-color: #6658FF;
}
</style>
border-color css
<style>
span { border-color: #6658FF; }
span { border-color: rgb(102,88,255); }
td.TdClassName
{
border-color: #6658FF;
}
.TagClassName
{
border-color: #6658FF;
}
</style>