Shades of Neon Blue #6645FC
Tints of Neon Blue #6645FC
RGB
CMYK
RGB Variations
Color information
#6645FC (or 0x6645FC) is known color: Neon Blue. HEX triplet: 66, 45 and FC. RGB value is (102,69,252). Sum of RGB (Red+Green+Blue) = 102+69+252=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #6645FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6645FC is #99BA03. Grayscale: #636363. Windows color (decimal): -10074628 or 16532838. OLE color: 16532838.
HSL color Cylindrical-coordinate representation of color #6645FC: hue angle of 250.82º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6645FC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 69 | 252 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.01 |
| HSL | 250.82º | 0.97% | 0.63% | - |
| HSV(B) | 250.82º | 0.73% | 0.99% | - |
| XYZ | 25.18 | 14.11 | 93.49 | - |
| YUV | 99.73 | 213.93 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 252 | 0.60 | 0.73 | 0 | 0.01 | 250.82 | 0.97 | 0.63 |
| Hex | 66 | 45 | FC | 3C | 49 | 0 | 1 | FB | 61 | 3F |
| Octal | 146 | 105 | 374 | 74 | 111 | 0 | 1 | 373 | 141 | 77 |
| Binary | 1100110 | 1000101 | 11111100 | 111100 | 1001001 | 0 | 1 | 11111011 | 1100001 | 111111 |
Color Harmonies of #6645FC
Complementary color
Monochromatic Colors of #6645FC
Black with #6645FC
Text Example
Text Example
White with #6645FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6645FC; }
p { color: rgb(102,69,252); }
H1.HeaderClassName
{
color: #6645FC;
}
.AnyTagClassName
{
color: #6645FC;
}
</style>
background-color css
<style>
a { background-color: #6645FC; }
a { background-color: rgb(102,69,252); }
div.DivClassName
{
background-color: #6645FC;
}
.BgClassName
{
background-color: #6645FC;
}
</style>
border-color css
<style>
span { border-color: #6645FC; }
span { border-color: rgb(102,69,252); }
td.TdClassName
{
border-color: #6645FC;
}
.TagClassName
{
border-color: #6645FC;
}
</style>