Shades of Neon Blue #6442FE
Tints of Neon Blue #6442FE
RGB
CMYK
RGB Variations
Color information
#6442FE (or 0x6442FE) is known color: Neon Blue. HEX triplet: 64, 42 and FE. RGB value is (100,66,254). Sum of RGB (Red+Green+Blue) = 100+66+254=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #6442FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6442FE is #9BBD01. Grayscale: #606060. Windows color (decimal): -10206466 or 16663140. OLE color: 16663140.
HSL color Cylindrical-coordinate representation of color #6442FE: hue angle of 250.85º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6442FE is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 66 | 254 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.00 |
| HSL | 250.85º | 0.99% | 0.63% | - |
| HSV(B) | 250.85º | 0.74% | 1% | - |
| XYZ | 25.09 | 13.76 | 95.1 | - |
| YUV | 97.6 | 216.26 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 254 | 0.61 | 0.74 | 0 | 0.00 | 250.85 | 0.99 | 0.63 |
| Hex | 64 | 42 | FE | 3D | 4A | 0 | 0 | FB | 63 | 3F |
| Octal | 144 | 102 | 376 | 75 | 112 | 0 | 0 | 373 | 143 | 77 |
| Binary | 1100100 | 1000010 | 11111110 | 111101 | 1001010 | 0 | 0 | 11111011 | 1100011 | 111111 |
Color Harmonies of #6442FE
Complementary color
Monochromatic Colors of #6442FE
Black with #6442FE
Text Example
Text Example
White with #6442FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6442FE; }
p { color: rgb(100,66,254); }
H1.HeaderClassName
{
color: #6442FE;
}
.AnyTagClassName
{
color: #6442FE;
}
</style>
background-color css
<style>
a { background-color: #6442FE; }
a { background-color: rgb(100,66,254); }
div.DivClassName
{
background-color: #6442FE;
}
.BgClassName
{
background-color: #6442FE;
}
</style>
border-color css
<style>
span { border-color: #6442FE; }
span { border-color: rgb(100,66,254); }
td.TdClassName
{
border-color: #6442FE;
}
.TagClassName
{
border-color: #6442FE;
}
</style>