Shades of Neon Blue #3E37FC
Tints of Neon Blue #3E37FC
RGB
CMYK
RGB Variations
Color information
#3E37FC (or 0x3E37FC) is known color: Neon Blue. HEX triplet: 3E, 37 and FC. RGB value is (62,55,252). Sum of RGB (Red+Green+Blue) = 62+55+252=369 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.80% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E37FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E37FC is #C1C803. Grayscale: #4E4E4E. Windows color (decimal): -12699652 or 16529214. OLE color: 16529214.
HSL color Cylindrical-coordinate representation of color #3E37FC: hue angle of 242.13º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E37FC is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 55 | 252 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.01 |
| HSL | 242.13º | 0.97% | 0.6% | - |
| HSV(B) | 242.13º | 0.78% | 0.99% | - |
| XYZ | 20.92 | 10.78 | 93.07 | - |
| YUV | 79.55 | 225.32 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 252 | 0.75 | 0.78 | 0 | 0.01 | 242.13 | 0.97 | 0.6 |
| Hex | 3E | 37 | FC | 4B | 4E | 0 | 1 | F2 | 61 | 3C |
| Octal | 76 | 67 | 374 | 113 | 116 | 0 | 1 | 362 | 141 | 74 |
| Binary | 111110 | 110111 | 11111100 | 1001011 | 1001110 | 0 | 1 | 11110010 | 1100001 | 111100 |
Color Harmonies of #3E37FC
Complementary color
Monochromatic Colors of #3E37FC
Black with #3E37FC
Text Example
Text Example
White with #3E37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E37FC; }
p { color: rgb(62,55,252); }
H1.HeaderClassName
{
color: #3E37FC;
}
.AnyTagClassName
{
color: #3E37FC;
}
</style>
background-color css
<style>
a { background-color: #3E37FC; }
a { background-color: rgb(62,55,252); }
div.DivClassName
{
background-color: #3E37FC;
}
.BgClassName
{
background-color: #3E37FC;
}
</style>
border-color css
<style>
span { border-color: #3E37FC; }
span { border-color: rgb(62,55,252); }
td.TdClassName
{
border-color: #3E37FC;
}
.TagClassName
{
border-color: #3E37FC;
}
</style>