Shades of Neon Blue #3E45FA
Tints of Neon Blue #3E45FA
RGB
CMYK
RGB Variations
Color information
#3E45FA (or 0x3E45FA) is known color: Neon Blue. HEX triplet: 3E, 45 and FA. RGB value is (62,69,250). Sum of RGB (Red+Green+Blue) = 62+69+250=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E45FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E45FA is #C1BA05. Grayscale: #565656. Windows color (decimal): -12696070 or 16401726. OLE color: 16401726.
HSL color Cylindrical-coordinate representation of color #3E45FA: hue angle of 237.77º degrees, saturation: 0.95, 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 #3E45FA is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 69 | 250 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.02 |
| HSL | 237.77º | 0.95% | 0.61% | - |
| HSV(B) | 237.77º | 0.75% | 0.98% | - |
| XYZ | 21.37 | 12.18 | 91.67 | - |
| YUV | 87.54 | 219.68 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 250 | 0.75 | 0.72 | 0 | 0.02 | 237.77 | 0.95 | 0.61 |
| Hex | 3E | 45 | FA | 4B | 48 | 0 | 2 | EE | 5F | 3D |
| Octal | 76 | 105 | 372 | 113 | 110 | 0 | 2 | 356 | 137 | 75 |
| Binary | 111110 | 1000101 | 11111010 | 1001011 | 1001000 | 0 | 10 | 11101110 | 1011111 | 111101 |
Color Harmonies of #3E45FA
Complementary color
Monochromatic Colors of #3E45FA
Black with #3E45FA
Text Example
Text Example
White with #3E45FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E45FA; }
p { color: rgb(62,69,250); }
H1.HeaderClassName
{
color: #3E45FA;
}
.AnyTagClassName
{
color: #3E45FA;
}
</style>
background-color css
<style>
a { background-color: #3E45FA; }
a { background-color: rgb(62,69,250); }
div.DivClassName
{
background-color: #3E45FA;
}
.BgClassName
{
background-color: #3E45FA;
}
</style>
border-color css
<style>
span { border-color: #3E45FA; }
span { border-color: rgb(62,69,250); }
td.TdClassName
{
border-color: #3E45FA;
}
.TagClassName
{
border-color: #3E45FA;
}
</style>