Shades of Neon Blue #3F34ED
Tints of Neon Blue #3F34ED
RGB
CMYK
RGB Variations
Color information
#3F34ED (or 0x3F34ED) is known color: Neon Blue. HEX triplet: 3F, 34 and ED. RGB value is (63,52,237). Sum of RGB (Red+Green+Blue) = 63+52+237=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F34ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F34ED is #C0CB12. Grayscale: #4B4B4B. Windows color (decimal): -12634899 or 15545407. OLE color: 15545407.
HSL color Cylindrical-coordinate representation of color #3F34ED: hue angle of 243.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F34ED is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 52 | 237 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.07 |
| HSL | 243.57º | 0.84% | 0.57% | - |
| HSV(B) | 243.57º | 0.78% | 0.93% | - |
| XYZ | 18.56 | 9.63 | 81 | - |
| YUV | 76.38 | 218.64 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 237 | 0.73 | 0.78 | 0 | 0.07 | 243.57 | 0.84 | 0.57 |
| Hex | 3F | 34 | ED | 49 | 4E | 0 | 7 | F4 | 54 | 39 |
| Octal | 77 | 64 | 355 | 111 | 116 | 0 | 7 | 364 | 124 | 71 |
| Binary | 111111 | 110100 | 11101101 | 1001001 | 1001110 | 0 | 111 | 11110100 | 1010100 | 111001 |
Color Harmonies of #3F34ED
Complementary color
Monochromatic Colors of #3F34ED
Black with #3F34ED
Text Example
Text Example
White with #3F34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F34ED; }
p { color: rgb(63,52,237); }
H1.HeaderClassName
{
color: #3F34ED;
}
.AnyTagClassName
{
color: #3F34ED;
}
</style>
background-color css
<style>
a { background-color: #3F34ED; }
a { background-color: rgb(63,52,237); }
div.DivClassName
{
background-color: #3F34ED;
}
.BgClassName
{
background-color: #3F34ED;
}
</style>
border-color css
<style>
span { border-color: #3F34ED; }
span { border-color: rgb(63,52,237); }
td.TdClassName
{
border-color: #3F34ED;
}
.TagClassName
{
border-color: #3F34ED;
}
</style>