Shades of Neon Blue #3E54F9
Tints of Neon Blue #3E54F9
RGB
CMYK
RGB Variations
Color information
#3E54F9 (or 0x3E54F9) is known color: Neon Blue. HEX triplet: 3E, 54 and F9. RGB value is (62,84,249). Sum of RGB (Red+Green+Blue) = 62+84+249=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #3E54F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E54F9 is #C1AB06. Grayscale: #5F5F5F. Windows color (decimal): -12692231 or 16340030. OLE color: 16340030.
HSL color Cylindrical-coordinate representation of color #3E54F9: hue angle of 232.94º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E54F9 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 84 | 249 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.02 |
| HSL | 232.94º | 0.94% | 0.61% | - |
| HSV(B) | 232.94º | 0.75% | 0.98% | - |
| XYZ | 22.26 | 14.2 | 91.19 | - |
| YUV | 96.23 | 214.21 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 249 | 0.75 | 0.66 | 0 | 0.02 | 232.94 | 0.94 | 0.61 |
| Hex | 3E | 54 | F9 | 4B | 42 | 0 | 2 | E9 | 5E | 3D |
| Octal | 76 | 124 | 371 | 113 | 102 | 0 | 2 | 351 | 136 | 75 |
| Binary | 111110 | 1010100 | 11111001 | 1001011 | 1000010 | 0 | 10 | 11101001 | 1011110 | 111101 |
Color Harmonies of #3E54F9
Complementary color
Monochromatic Colors of #3E54F9
Black with #3E54F9
Text Example
Text Example
White with #3E54F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E54F9; }
p { color: rgb(62,84,249); }
H1.HeaderClassName
{
color: #3E54F9;
}
.AnyTagClassName
{
color: #3E54F9;
}
</style>
background-color css
<style>
a { background-color: #3E54F9; }
a { background-color: rgb(62,84,249); }
div.DivClassName
{
background-color: #3E54F9;
}
.BgClassName
{
background-color: #3E54F9;
}
</style>
border-color css
<style>
span { border-color: #3E54F9; }
span { border-color: rgb(62,84,249); }
td.TdClassName
{
border-color: #3E54F9;
}
.TagClassName
{
border-color: #3E54F9;
}
</style>