Shades of Neon Blue #3E30FD
Tints of Neon Blue #3E30FD
RGB
CMYK
RGB Variations
Color information
#3E30FD (or 0x3E30FD) is known color: Neon Blue. HEX triplet: 3E, 30 and FD. RGB value is (62,48,253). Sum of RGB (Red+Green+Blue) = 62+48+253=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E30FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E30FD is #C1CF02. Grayscale: #4A4A4A. Windows color (decimal): -12701443 or 16592958. OLE color: 16592958.
HSL color Cylindrical-coordinate representation of color #3E30FD: hue angle of 244.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E30FD is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 48 | 253 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.01 |
| HSL | 244.1º | 0.98% | 0.59% | - |
| HSV(B) | 244.1º | 0.81% | 0.99% | - |
| XYZ | 20.77 | 10.23 | 93.81 | - |
| YUV | 75.56 | 228.14 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 253 | 0.75 | 0.81 | 0 | 0.01 | 244.1 | 0.98 | 0.59 |
| Hex | 3E | 30 | FD | 4B | 51 | 0 | 1 | F4 | 62 | 3B |
| Octal | 76 | 60 | 375 | 113 | 121 | 0 | 1 | 364 | 142 | 73 |
| Binary | 111110 | 110000 | 11111101 | 1001011 | 1010001 | 0 | 1 | 11110100 | 1100010 | 111011 |
Color Harmonies of #3E30FD
Complementary color
Monochromatic Colors of #3E30FD
Black with #3E30FD
Text Example
Text Example
White with #3E30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E30FD; }
p { color: rgb(62,48,253); }
H1.HeaderClassName
{
color: #3E30FD;
}
.AnyTagClassName
{
color: #3E30FD;
}
</style>
background-color css
<style>
a { background-color: #3E30FD; }
a { background-color: rgb(62,48,253); }
div.DivClassName
{
background-color: #3E30FD;
}
.BgClassName
{
background-color: #3E30FD;
}
</style>
border-color css
<style>
span { border-color: #3E30FD; }
span { border-color: rgb(62,48,253); }
td.TdClassName
{
border-color: #3E30FD;
}
.TagClassName
{
border-color: #3E30FD;
}
</style>