Shades of Neon Blue #3E30FF
Tints of Neon Blue #3E30FF
RGB
CMYK
RGB Variations
Color information
#3E30FF (or 0x3E30FF) is known color: Neon Blue. HEX triplet: 3E, 30 and FF. RGB value is (62,48,255). Sum of RGB (Red+Green+Blue) = 62+48+255=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E30FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E30FF is #C1CF00. Grayscale: #4A4A4A. Windows color (decimal): -12701441 or 16724030. OLE color: 16724030.
HSL color Cylindrical-coordinate representation of color #3E30FF: hue angle of 244.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E30FF is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 48 | 255 | - |
| CMYK | 0.76 | 0.81 | 0 | 0 |
| HSL | 244.06º | 1% | 0.59% | - |
| HSV(B) | 244.06º | 0.81% | 1% | - |
| XYZ | 21.09 | 10.36 | 95.5 | - |
| YUV | 75.78 | 229.14 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 255 | 0.76 | 0.81 | 0 | 0 | 244.06 | 1 | 0.59 |
| Hex | 3E | 30 | FF | 4C | 51 | 0 | 0 | F4 | 64 | 3B |
| Octal | 76 | 60 | 377 | 114 | 121 | 0 | 0 | 364 | 144 | 73 |
| Binary | 111110 | 110000 | 11111111 | 1001100 | 1010001 | 0 | 0 | 11110100 | 1100100 | 111011 |
Color Harmonies of #3E30FF
Complementary color
Monochromatic Colors of #3E30FF
Black with #3E30FF
Text Example
Text Example
White with #3E30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E30FF; }
p { color: rgb(62,48,255); }
H1.HeaderClassName
{
color: #3E30FF;
}
.AnyTagClassName
{
color: #3E30FF;
}
</style>
background-color css
<style>
a { background-color: #3E30FF; }
a { background-color: rgb(62,48,255); }
div.DivClassName
{
background-color: #3E30FF;
}
.BgClassName
{
background-color: #3E30FF;
}
</style>
border-color css
<style>
span { border-color: #3E30FF; }
span { border-color: rgb(62,48,255); }
td.TdClassName
{
border-color: #3E30FF;
}
.TagClassName
{
border-color: #3E30FF;
}
</style>