Shades of Neon Blue #6653FF
Tints of Neon Blue #6653FF
RGB
CMYK
RGB Variations
Color information
#6653FF (or 0x6653FF) is known color: Neon Blue. HEX triplet: 66, 53 and FF. RGB value is (102,83,255). Sum of RGB (Red+Green+Blue) = 102+83+255=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #6653FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6653FF is #99AC00. Grayscale: #6B6B6B. Windows color (decimal): -10071041 or 16733030. OLE color: 16733030.
HSL color Cylindrical-coordinate representation of color #6653FF: hue angle of 246.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6653FF is Cyan = 0.6, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 83 | 255 | - |
| CMYK | 0.6 | 0.67 | 0 | 0 |
| HSL | 246.63º | 1% | 0.66% | - |
| HSV(B) | 246.63º | 0.67% | 1% | - |
| XYZ | 26.62 | 16.23 | 96.34 | - |
| YUV | 108.29 | 210.79 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 255 | 0.6 | 0.67 | 0 | 0 | 246.63 | 1 | 0.66 |
| Hex | 66 | 53 | FF | 3C | 43 | 0 | 0 | F7 | 64 | 42 |
| Octal | 146 | 123 | 377 | 74 | 103 | 0 | 0 | 367 | 144 | 102 |
| Binary | 1100110 | 1010011 | 11111111 | 111100 | 1000011 | 0 | 0 | 11110111 | 1100100 | 1000010 |
Color Harmonies of #6653FF
Complementary color
Monochromatic Colors of #6653FF
Black with #6653FF
Text Example
Text Example
White with #6653FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6653FF; }
p { color: rgb(102,83,255); }
H1.HeaderClassName
{
color: #6653FF;
}
.AnyTagClassName
{
color: #6653FF;
}
</style>
background-color css
<style>
a { background-color: #6653FF; }
a { background-color: rgb(102,83,255); }
div.DivClassName
{
background-color: #6653FF;
}
.BgClassName
{
background-color: #6653FF;
}
</style>
border-color css
<style>
span { border-color: #6653FF; }
span { border-color: rgb(102,83,255); }
td.TdClassName
{
border-color: #6653FF;
}
.TagClassName
{
border-color: #6653FF;
}
</style>