Shades of Neon Blue #3F36F1
Tints of Neon Blue #3F36F1
RGB
CMYK
RGB Variations
Color information
#3F36F1 (or 0x3F36F1) is known color: Neon Blue. HEX triplet: 3F, 36 and F1. RGB value is (63,54,241). Sum of RGB (Red+Green+Blue) = 63+54+241=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F36F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F36F1 is #C0C90E. Grayscale: #4D4D4D. Windows color (decimal): -12634383 or 15808063. OLE color: 15808063.
HSL color Cylindrical-coordinate representation of color #3F36F1: hue angle of 242.89º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F36F1 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 54 | 241 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.05 |
| HSL | 242.89º | 0.87% | 0.58% | - |
| HSV(B) | 242.89º | 0.78% | 0.95% | - |
| XYZ | 19.25 | 10.05 | 84.14 | - |
| YUV | 78.01 | 219.98 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 241 | 0.74 | 0.78 | 0 | 0.05 | 242.89 | 0.87 | 0.58 |
| Hex | 3F | 36 | F1 | 4A | 4E | 0 | 5 | F3 | 57 | 3A |
| Octal | 77 | 66 | 361 | 112 | 116 | 0 | 5 | 363 | 127 | 72 |
| Binary | 111111 | 110110 | 11110001 | 1001010 | 1001110 | 0 | 101 | 11110011 | 1010111 | 111010 |
Color Harmonies of #3F36F1
Complementary color
Monochromatic Colors of #3F36F1
Black with #3F36F1
Text Example
Text Example
White with #3F36F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F36F1; }
p { color: rgb(63,54,241); }
H1.HeaderClassName
{
color: #3F36F1;
}
.AnyTagClassName
{
color: #3F36F1;
}
</style>
background-color css
<style>
a { background-color: #3F36F1; }
a { background-color: rgb(63,54,241); }
div.DivClassName
{
background-color: #3F36F1;
}
.BgClassName
{
background-color: #3F36F1;
}
</style>
border-color css
<style>
span { border-color: #3F36F1; }
span { border-color: rgb(63,54,241); }
td.TdClassName
{
border-color: #3F36F1;
}
.TagClassName
{
border-color: #3F36F1;
}
</style>