Shades of Neon Blue #3F42EA
Tints of Neon Blue #3F42EA
RGB
CMYK
RGB Variations
Color information
#3F42EA (or 0x3F42EA) is known color: Neon Blue. HEX triplet: 3F, 42 and EA. RGB value is (63,66,234). Sum of RGB (Red+Green+Blue) = 63+66+234=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F42EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F42EA is #C0BD15. Grayscale: #535353. Windows color (decimal): -12631318 or 15352383. OLE color: 15352383.
HSL color Cylindrical-coordinate representation of color #3F42EA: hue angle of 238.95º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F42EA is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 66 | 234 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.08 |
| HSL | 238.95º | 0.8% | 0.58% | - |
| HSV(B) | 238.95º | 0.73% | 0.92% | - |
| XYZ | 18.85 | 10.89 | 78.95 | - |
| YUV | 84.26 | 212.51 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 234 | 0.73 | 0.72 | 0 | 0.08 | 238.95 | 0.8 | 0.58 |
| Hex | 3F | 42 | EA | 49 | 48 | 0 | 8 | EF | 50 | 3A |
| Octal | 77 | 102 | 352 | 111 | 110 | 0 | 10 | 357 | 120 | 72 |
| Binary | 111111 | 1000010 | 11101010 | 1001001 | 1001000 | 0 | 1000 | 11101111 | 1010000 | 111010 |
Color Harmonies of #3F42EA
Complementary color
Monochromatic Colors of #3F42EA
Black with #3F42EA
Text Example
Text Example
White with #3F42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F42EA; }
p { color: rgb(63,66,234); }
H1.HeaderClassName
{
color: #3F42EA;
}
.AnyTagClassName
{
color: #3F42EA;
}
</style>
background-color css
<style>
a { background-color: #3F42EA; }
a { background-color: rgb(63,66,234); }
div.DivClassName
{
background-color: #3F42EA;
}
.BgClassName
{
background-color: #3F42EA;
}
</style>
border-color css
<style>
span { border-color: #3F42EA; }
span { border-color: rgb(63,66,234); }
td.TdClassName
{
border-color: #3F42EA;
}
.TagClassName
{
border-color: #3F42EA;
}
</style>