Shades of Neon Blue #3E43FA
Tints of Neon Blue #3E43FA
RGB
CMYK
RGB Variations
Color information
#3E43FA (or 0x3E43FA) is known color: Neon Blue. HEX triplet: 3E, 43 and FA. RGB value is (62,67,250). Sum of RGB (Red+Green+Blue) = 62+67+250=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E43FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E43FA is #C1BC05. Grayscale: #555555. Windows color (decimal): -12696582 or 16401214. OLE color: 16401214.
HSL color Cylindrical-coordinate representation of color #3E43FA: hue angle of 238.4º 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 #3E43FA is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 67 | 250 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.02 |
| HSL | 238.4º | 0.95% | 0.61% | - |
| HSV(B) | 238.4º | 0.75% | 0.98% | - |
| XYZ | 21.25 | 11.94 | 91.63 | - |
| YUV | 86.37 | 220.34 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 250 | 0.75 | 0.73 | 0 | 0.02 | 238.4 | 0.95 | 0.61 |
| Hex | 3E | 43 | FA | 4B | 49 | 0 | 2 | EE | 5F | 3D |
| Octal | 76 | 103 | 372 | 113 | 111 | 0 | 2 | 356 | 137 | 75 |
| Binary | 111110 | 1000011 | 11111010 | 1001011 | 1001001 | 0 | 10 | 11101110 | 1011111 | 111101 |
Color Harmonies of #3E43FA
Complementary color
Monochromatic Colors of #3E43FA
Black with #3E43FA
Text Example
Text Example
White with #3E43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E43FA; }
p { color: rgb(62,67,250); }
H1.HeaderClassName
{
color: #3E43FA;
}
.AnyTagClassName
{
color: #3E43FA;
}
</style>
background-color css
<style>
a { background-color: #3E43FA; }
a { background-color: rgb(62,67,250); }
div.DivClassName
{
background-color: #3E43FA;
}
.BgClassName
{
background-color: #3E43FA;
}
</style>
border-color css
<style>
span { border-color: #3E43FA; }
span { border-color: rgb(62,67,250); }
td.TdClassName
{
border-color: #3E43FA;
}
.TagClassName
{
border-color: #3E43FA;
}
</style>