Shades of Neon Blue #6142FE
Tints of Neon Blue #6142FE
RGB
CMYK
RGB Variations
Color information
#6142FE (or 0x6142FE) is known color: Neon Blue. HEX triplet: 61, 42 and FE. RGB value is (97,66,254). Sum of RGB (Red+Green+Blue) = 97+66+254=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #6142FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6142FE is #9EBD01. Grayscale: #5F5F5F. Windows color (decimal): -10403074 or 16663137. OLE color: 16663137.
HSL color Cylindrical-coordinate representation of color #6142FE: hue angle of 249.89º 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 #6142FE is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 66 | 254 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.00 |
| HSL | 249.89º | 0.99% | 0.63% | - |
| HSV(B) | 249.89º | 0.74% | 1% | - |
| XYZ | 24.77 | 13.59 | 95.08 | - |
| YUV | 96.7 | 216.77 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 254 | 0.62 | 0.74 | 0 | 0.00 | 249.89 | 0.99 | 0.63 |
| Hex | 61 | 42 | FE | 3E | 4A | 0 | 0 | FA | 63 | 3F |
| Octal | 141 | 102 | 376 | 76 | 112 | 0 | 0 | 372 | 143 | 77 |
| Binary | 1100001 | 1000010 | 11111110 | 111110 | 1001010 | 0 | 0 | 11111010 | 1100011 | 111111 |
Color Harmonies of #6142FE
Complementary color
Monochromatic Colors of #6142FE
Black with #6142FE
Text Example
Text Example
White with #6142FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6142FE; }
p { color: rgb(97,66,254); }
H1.HeaderClassName
{
color: #6142FE;
}
.AnyTagClassName
{
color: #6142FE;
}
</style>
background-color css
<style>
a { background-color: #6142FE; }
a { background-color: rgb(97,66,254); }
div.DivClassName
{
background-color: #6142FE;
}
.BgClassName
{
background-color: #6142FE;
}
</style>
border-color css
<style>
span { border-color: #6142FE; }
span { border-color: rgb(97,66,254); }
td.TdClassName
{
border-color: #6142FE;
}
.TagClassName
{
border-color: #6142FE;
}
</style>