Shades of Neon Blue #3F38ED
Tints of Neon Blue #3F38ED
RGB
CMYK
RGB Variations
Color information
#3F38ED (or 0x3F38ED) is known color: Neon Blue. HEX triplet: 3F, 38 and ED. RGB value is (63,56,237). Sum of RGB (Red+Green+Blue) = 63+56+237=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F38ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F38ED is #C0C712. Grayscale: #4E4E4E. Windows color (decimal): -12633875 or 15546431. OLE color: 15546431.
HSL color Cylindrical-coordinate representation of color #3F38ED: hue angle of 242.32º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F38ED is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 56 | 237 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.07 |
| HSL | 242.32º | 0.83% | 0.57% | - |
| HSV(B) | 242.32º | 0.76% | 0.93% | - |
| XYZ | 18.75 | 10 | 81.06 | - |
| YUV | 78.73 | 217.32 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 237 | 0.73 | 0.76 | 0 | 0.07 | 242.32 | 0.83 | 0.57 |
| Hex | 3F | 38 | ED | 49 | 4C | 0 | 7 | F2 | 53 | 39 |
| Octal | 77 | 70 | 355 | 111 | 114 | 0 | 7 | 362 | 123 | 71 |
| Binary | 111111 | 111000 | 11101101 | 1001001 | 1001100 | 0 | 111 | 11110010 | 1010011 | 111001 |
Color Harmonies of #3F38ED
Complementary color
Monochromatic Colors of #3F38ED
Black with #3F38ED
Text Example
Text Example
White with #3F38ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F38ED; }
p { color: rgb(63,56,237); }
H1.HeaderClassName
{
color: #3F38ED;
}
.AnyTagClassName
{
color: #3F38ED;
}
</style>
background-color css
<style>
a { background-color: #3F38ED; }
a { background-color: rgb(63,56,237); }
div.DivClassName
{
background-color: #3F38ED;
}
.BgClassName
{
background-color: #3F38ED;
}
</style>
border-color css
<style>
span { border-color: #3F38ED; }
span { border-color: rgb(63,56,237); }
td.TdClassName
{
border-color: #3F38ED;
}
.TagClassName
{
border-color: #3F38ED;
}
</style>