Shades of Neon Blue #3E52FF
Tints of Neon Blue #3E52FF
RGB
CMYK
RGB Variations
Color information
#3E52FF (or 0x3E52FF) is known color: Neon Blue. HEX triplet: 3E, 52 and FF. RGB value is (62,82,255). Sum of RGB (Red+Green+Blue) = 62+82+255=399 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.54% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E52FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E52FF is #C1AD00. Grayscale: #5F5F5F. Windows color (decimal): -12692737 or 16732734. OLE color: 16732734.
HSL color Cylindrical-coordinate representation of color #3E52FF: hue angle of 233.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E52FF is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 82 | 255 | - |
| CMYK | 0.76 | 0.68 | 0 | 0 |
| HSL | 233.78º | 1% | 0.62% | - |
| HSV(B) | 233.78º | 0.76% | 1% | - |
| XYZ | 23.05 | 14.28 | 96.15 | - |
| YUV | 95.74 | 217.87 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 255 | 0.76 | 0.68 | 0 | 0 | 233.78 | 1 | 0.62 |
| Hex | 3E | 52 | FF | 4C | 44 | 0 | 0 | EA | 64 | 3E |
| Octal | 76 | 122 | 377 | 114 | 104 | 0 | 0 | 352 | 144 | 76 |
| Binary | 111110 | 1010010 | 11111111 | 1001100 | 1000100 | 0 | 0 | 11101010 | 1100100 | 111110 |
Color Harmonies of #3E52FF
Complementary color
Monochromatic Colors of #3E52FF
Black with #3E52FF
Text Example
Text Example
White with #3E52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E52FF; }
p { color: rgb(62,82,255); }
H1.HeaderClassName
{
color: #3E52FF;
}
.AnyTagClassName
{
color: #3E52FF;
}
</style>
background-color css
<style>
a { background-color: #3E52FF; }
a { background-color: rgb(62,82,255); }
div.DivClassName
{
background-color: #3E52FF;
}
.BgClassName
{
background-color: #3E52FF;
}
</style>
border-color css
<style>
span { border-color: #3E52FF; }
span { border-color: rgb(62,82,255); }
td.TdClassName
{
border-color: #3E52FF;
}
.TagClassName
{
border-color: #3E52FF;
}
</style>