Shades of Neon Blue #6462FF
Tints of Neon Blue #6462FF
RGB
CMYK
RGB Variations
Color information
#6462FF (or 0x6462FF) is known color: Neon Blue. HEX triplet: 64, 62 and FF. RGB value is (100,98,255). Sum of RGB (Red+Green+Blue) = 100+98+255=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 98 (38.67% from 255 or 21.63% 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 #6462FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6462FF is #9B9D00. Grayscale: #737373. Windows color (decimal): -10198273 or 16736868. OLE color: 16736868.
HSL color Cylindrical-coordinate representation of color #6462FF: hue angle of 240.76º 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 #6462FF is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 98 | 255 | - |
| CMYK | 0.61 | 0.62 | 0 | 0 |
| HSL | 240.76º | 1% | 0.69% | - |
| HSV(B) | 240.76º | 0.62% | 1% | - |
| XYZ | 27.67 | 18.66 | 96.75 | - |
| YUV | 116.5 | 206.16 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 255 | 0.61 | 0.62 | 0 | 0 | 240.76 | 1 | 0.69 |
| Hex | 64 | 62 | FF | 3D | 3E | 0 | 0 | F1 | 64 | 45 |
| Octal | 144 | 142 | 377 | 75 | 76 | 0 | 0 | 361 | 144 | 105 |
| Binary | 1100100 | 1100010 | 11111111 | 111101 | 111110 | 0 | 0 | 11110001 | 1100100 | 1000101 |
Color Harmonies of #6462FF
Complementary color
Monochromatic Colors of #6462FF
Black with #6462FF
Text Example
Text Example
White with #6462FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6462FF; }
p { color: rgb(100,98,255); }
H1.HeaderClassName
{
color: #6462FF;
}
.AnyTagClassName
{
color: #6462FF;
}
</style>
background-color css
<style>
a { background-color: #6462FF; }
a { background-color: rgb(100,98,255); }
div.DivClassName
{
background-color: #6462FF;
}
.BgClassName
{
background-color: #6462FF;
}
</style>
border-color css
<style>
span { border-color: #6462FF; }
span { border-color: rgb(100,98,255); }
td.TdClassName
{
border-color: #6462FF;
}
.TagClassName
{
border-color: #6462FF;
}
</style>