Shades of Neon Blue #6E42FA
Tints of Neon Blue #6E42FA
RGB
CMYK
RGB Variations
Color information
#6E42FA (or 0x6E42FA) is known color: Neon Blue. HEX triplet: 6E, 42 and FA. RGB value is (110,66,250). Sum of RGB (Red+Green+Blue) = 110+66+250=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E42FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E42FA is #91BD05. Grayscale: #636363. Windows color (decimal): -9551110 or 16401006. OLE color: 16401006.
HSL color Cylindrical-coordinate representation of color #6E42FA: hue angle of 254.35º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E42FA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 66 | 250 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.02 |
| HSL | 254.35º | 0.95% | 0.62% | - |
| HSV(B) | 254.35º | 0.74% | 0.98% | - |
| XYZ | 25.63 | 14.11 | 91.82 | - |
| YUV | 100.13 | 212.58 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 250 | 0.56 | 0.74 | 0 | 0.02 | 254.35 | 0.95 | 0.62 |
| Hex | 6E | 42 | FA | 38 | 4A | 0 | 2 | FE | 5F | 3E |
| Octal | 156 | 102 | 372 | 70 | 112 | 0 | 2 | 376 | 137 | 76 |
| Binary | 1101110 | 1000010 | 11111010 | 111000 | 1001010 | 0 | 10 | 11111110 | 1011111 | 111110 |
Color Harmonies of #6E42FA
Complementary color
Monochromatic Colors of #6E42FA
Black with #6E42FA
Text Example
Text Example
White with #6E42FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E42FA; }
p { color: rgb(110,66,250); }
H1.HeaderClassName
{
color: #6E42FA;
}
.AnyTagClassName
{
color: #6E42FA;
}
</style>
background-color css
<style>
a { background-color: #6E42FA; }
a { background-color: rgb(110,66,250); }
div.DivClassName
{
background-color: #6E42FA;
}
.BgClassName
{
background-color: #6E42FA;
}
</style>
border-color css
<style>
span { border-color: #6E42FA; }
span { border-color: rgb(110,66,250); }
td.TdClassName
{
border-color: #6E42FA;
}
.TagClassName
{
border-color: #6E42FA;
}
</style>