Shades of Neon Blue #5E43FB
Tints of Neon Blue #5E43FB
RGB
CMYK
RGB Variations
Color information
#5E43FB (or 0x5E43FB) is known color: Neon Blue. HEX triplet: 5E, 43 and FB. RGB value is (94,67,251). Sum of RGB (Red+Green+Blue) = 94+67+251=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E43FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E43FB is #A1BC04. Grayscale: #5F5F5F. Windows color (decimal): -10599429 or 16466782. OLE color: 16466782.
HSL color Cylindrical-coordinate representation of color #5E43FB: hue angle of 248.8º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E43FB is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 67 | 251 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.02 |
| HSL | 248.8º | 0.96% | 0.62% | - |
| HSV(B) | 248.8º | 0.73% | 0.98% | - |
| XYZ | 24.04 | 13.36 | 92.58 | - |
| YUV | 96.05 | 215.45 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 251 | 0.63 | 0.73 | 0 | 0.02 | 248.8 | 0.96 | 0.62 |
| Hex | 5E | 43 | FB | 3F | 49 | 0 | 2 | F9 | 60 | 3E |
| Octal | 136 | 103 | 373 | 77 | 111 | 0 | 2 | 371 | 140 | 76 |
| Binary | 1011110 | 1000011 | 11111011 | 111111 | 1001001 | 0 | 10 | 11111001 | 1100000 | 111110 |
Color Harmonies of #5E43FB
Complementary color
Monochromatic Colors of #5E43FB
Black with #5E43FB
Text Example
Text Example
White with #5E43FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E43FB; }
p { color: rgb(94,67,251); }
H1.HeaderClassName
{
color: #5E43FB;
}
.AnyTagClassName
{
color: #5E43FB;
}
</style>
background-color css
<style>
a { background-color: #5E43FB; }
a { background-color: rgb(94,67,251); }
div.DivClassName
{
background-color: #5E43FB;
}
.BgClassName
{
background-color: #5E43FB;
}
</style>
border-color css
<style>
span { border-color: #5E43FB; }
span { border-color: rgb(94,67,251); }
td.TdClassName
{
border-color: #5E43FB;
}
.TagClassName
{
border-color: #5E43FB;
}
</style>