Shades of Neon Blue #5E42FC
Tints of Neon Blue #5E42FC
RGB
CMYK
RGB Variations
Color information
#5E42FC (or 0x5E42FC) is known color: Neon Blue. HEX triplet: 5E, 42 and FC. RGB value is (94,66,252). Sum of RGB (Red+Green+Blue) = 94+66+252=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E42FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E42FC is #A1BD03. Grayscale: #5E5E5E. Windows color (decimal): -10599684 or 16532062. OLE color: 16532062.
HSL color Cylindrical-coordinate representation of color #5E42FC: hue angle of 249.03º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E42FC is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 66 | 252 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.01 |
| HSL | 249.03º | 0.97% | 0.62% | - |
| HSV(B) | 249.03º | 0.74% | 0.99% | - |
| XYZ | 24.14 | 13.3 | 93.39 | - |
| YUV | 95.58 | 216.28 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 252 | 0.63 | 0.74 | 0 | 0.01 | 249.03 | 0.97 | 0.62 |
| Hex | 5E | 42 | FC | 3F | 4A | 0 | 1 | F9 | 61 | 3E |
| Octal | 136 | 102 | 374 | 77 | 112 | 0 | 1 | 371 | 141 | 76 |
| Binary | 1011110 | 1000010 | 11111100 | 111111 | 1001010 | 0 | 1 | 11111001 | 1100001 | 111110 |
Color Harmonies of #5E42FC
Complementary color
Monochromatic Colors of #5E42FC
Black with #5E42FC
Text Example
Text Example
White with #5E42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E42FC; }
p { color: rgb(94,66,252); }
H1.HeaderClassName
{
color: #5E42FC;
}
.AnyTagClassName
{
color: #5E42FC;
}
</style>
background-color css
<style>
a { background-color: #5E42FC; }
a { background-color: rgb(94,66,252); }
div.DivClassName
{
background-color: #5E42FC;
}
.BgClassName
{
background-color: #5E42FC;
}
</style>
border-color css
<style>
span { border-color: #5E42FC; }
span { border-color: rgb(94,66,252); }
td.TdClassName
{
border-color: #5E42FC;
}
.TagClassName
{
border-color: #5E42FC;
}
</style>