Shades of Neon Blue #3F3FED
Tints of Neon Blue #3F3FED
RGB
CMYK
RGB Variations
Color information
#3F3FED (or 0x3F3FED) is known color: Neon Blue. HEX triplet: 3F, 3F and ED. RGB value is (63,63,237). Sum of RGB (Red+Green+Blue) = 63+63+237=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F3FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3FED is #C0C012. Grayscale: #525252. Windows color (decimal): -12632083 or 15548223. OLE color: 15548223.
HSL color Cylindrical-coordinate representation of color #3F3FED: hue angle of 240º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F3FED is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 63 | 237 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.07 |
| HSL | 240º | 0.83% | 0.59% | - |
| HSV(B) | 240º | 0.73% | 0.93% | - |
| XYZ | 19.11 | 10.73 | 81.18 | - |
| YUV | 82.84 | 215 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 237 | 0.73 | 0.73 | 0 | 0.07 | 240 | 0.83 | 0.59 |
| Hex | 3F | 3F | ED | 49 | 49 | 0 | 7 | F0 | 53 | 3B |
| Octal | 77 | 77 | 355 | 111 | 111 | 0 | 7 | 360 | 123 | 73 |
| Binary | 111111 | 111111 | 11101101 | 1001001 | 1001001 | 0 | 111 | 11110000 | 1010011 | 111011 |
Color Harmonies of #3F3FED
Complementary color
Monochromatic Colors of #3F3FED
Black with #3F3FED
Text Example
Text Example
White with #3F3FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3FED; }
p { color: rgb(63,63,237); }
H1.HeaderClassName
{
color: #3F3FED;
}
.AnyTagClassName
{
color: #3F3FED;
}
</style>
background-color css
<style>
a { background-color: #3F3FED; }
a { background-color: rgb(63,63,237); }
div.DivClassName
{
background-color: #3F3FED;
}
.BgClassName
{
background-color: #3F3FED;
}
</style>
border-color css
<style>
span { border-color: #3F3FED; }
span { border-color: rgb(63,63,237); }
td.TdClassName
{
border-color: #3F3FED;
}
.TagClassName
{
border-color: #3F3FED;
}
</style>