Shades of Neon Blue #3F36DD
Tints of Neon Blue #3F36DD
RGB
CMYK
RGB Variations
Color information
#3F36DD (or 0x3F36DD) is known color: Neon Blue. HEX triplet: 3F, 36 and DD. RGB value is (63,54,221). Sum of RGB (Red+Green+Blue) = 63+54+221=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F36DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F36DD is #C0C922. Grayscale: #4B4B4B. Windows color (decimal): -12634403 or 14497343. OLE color: 14497343.
HSL color Cylindrical-coordinate representation of color #3F36DD: hue angle of 243.23º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F36DD is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 54 | 221 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.13 |
| HSL | 243.23º | 0.71% | 0.54% | - |
| HSV(B) | 243.23º | 0.76% | 0.87% | - |
| XYZ | 16.42 | 8.92 | 69.26 | - |
| YUV | 75.73 | 209.98 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 221 | 0.71 | 0.76 | 0 | 0.13 | 243.23 | 0.71 | 0.54 |
| Hex | 3F | 36 | DD | 47 | 4C | 0 | D | F3 | 47 | 36 |
| Octal | 77 | 66 | 335 | 107 | 114 | 0 | 15 | 363 | 107 | 66 |
| Binary | 111111 | 110110 | 11011101 | 1000111 | 1001100 | 0 | 1101 | 11110011 | 1000111 | 110110 |
Color Harmonies of #3F36DD
Complementary color
Monochromatic Colors of #3F36DD
Black with #3F36DD
Text Example
Text Example
White with #3F36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F36DD; }
p { color: rgb(63,54,221); }
H1.HeaderClassName
{
color: #3F36DD;
}
.AnyTagClassName
{
color: #3F36DD;
}
</style>
background-color css
<style>
a { background-color: #3F36DD; }
a { background-color: rgb(63,54,221); }
div.DivClassName
{
background-color: #3F36DD;
}
.BgClassName
{
background-color: #3F36DD;
}
</style>
border-color css
<style>
span { border-color: #3F36DD; }
span { border-color: rgb(63,54,221); }
td.TdClassName
{
border-color: #3F36DD;
}
.TagClassName
{
border-color: #3F36DD;
}
</style>