Shades of Neon Blue #6342FF
Tints of Neon Blue #6342FF
RGB
CMYK
RGB Variations
Color information
#6342FF (or 0x6342FF) is known color: Neon Blue. HEX triplet: 63, 42 and FF. RGB value is (99,66,255). Sum of RGB (Red+Green+Blue) = 99+66+255=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #6342FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6342FF is #9CBD00. Grayscale: #606060. Windows color (decimal): -10272001 or 16728675. OLE color: 16728675.
HSL color Cylindrical-coordinate representation of color #6342FF: hue angle of 250.48º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6342FF is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 66 | 255 | - |
| CMYK | 0.61 | 0.74 | 0 | 0 |
| HSL | 250.48º | 1% | 0.63% | - |
| HSV(B) | 250.48º | 0.74% | 1% | - |
| XYZ | 25.14 | 13.77 | 95.94 | - |
| YUV | 97.41 | 216.93 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 255 | 0.61 | 0.74 | 0 | 0 | 250.48 | 1 | 0.63 |
| Hex | 63 | 42 | FF | 3D | 4A | 0 | 0 | FA | 64 | 3F |
| Octal | 143 | 102 | 377 | 75 | 112 | 0 | 0 | 372 | 144 | 77 |
| Binary | 1100011 | 1000010 | 11111111 | 111101 | 1001010 | 0 | 0 | 11111010 | 1100100 | 111111 |
Color Harmonies of #6342FF
Complementary color
Monochromatic Colors of #6342FF
Black with #6342FF
Text Example
Text Example
White with #6342FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342FF; }
p { color: rgb(99,66,255); }
H1.HeaderClassName
{
color: #6342FF;
}
.AnyTagClassName
{
color: #6342FF;
}
</style>
background-color css
<style>
a { background-color: #6342FF; }
a { background-color: rgb(99,66,255); }
div.DivClassName
{
background-color: #6342FF;
}
.BgClassName
{
background-color: #6342FF;
}
</style>
border-color css
<style>
span { border-color: #6342FF; }
span { border-color: rgb(99,66,255); }
td.TdClassName
{
border-color: #6342FF;
}
.TagClassName
{
border-color: #6342FF;
}
</style>