Shades of Neon Blue #3F36DF
Tints of Neon Blue #3F36DF
RGB
CMYK
RGB Variations
Color information
#3F36DF (or 0x3F36DF) is known color: Neon Blue. HEX triplet: 3F, 36 and DF. RGB value is (63,54,223). Sum of RGB (Red+Green+Blue) = 63+54+223=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F36DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F36DF is #C0C920. Grayscale: #4B4B4B. Windows color (decimal): -12634401 or 14628415. OLE color: 14628415.
HSL color Cylindrical-coordinate representation of color #3F36DF: hue angle of 243.2º degrees, saturation: 0.73, 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 #3F36DF is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 54 | 223 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.13 |
| HSL | 243.2º | 0.73% | 0.54% | - |
| HSV(B) | 243.2º | 0.76% | 0.87% | - |
| XYZ | 16.69 | 9.02 | 70.67 | - |
| YUV | 75.96 | 210.98 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 223 | 0.72 | 0.76 | 0 | 0.13 | 243.2 | 0.73 | 0.54 |
| Hex | 3F | 36 | DF | 48 | 4C | 0 | D | F3 | 49 | 36 |
| Octal | 77 | 66 | 337 | 110 | 114 | 0 | 15 | 363 | 111 | 66 |
| Binary | 111111 | 110110 | 11011111 | 1001000 | 1001100 | 0 | 1101 | 11110011 | 1001001 | 110110 |
Color Harmonies of #3F36DF
Complementary color
Monochromatic Colors of #3F36DF
Black with #3F36DF
Text Example
Text Example
White with #3F36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F36DF; }
p { color: rgb(63,54,223); }
H1.HeaderClassName
{
color: #3F36DF;
}
.AnyTagClassName
{
color: #3F36DF;
}
</style>
background-color css
<style>
a { background-color: #3F36DF; }
a { background-color: rgb(63,54,223); }
div.DivClassName
{
background-color: #3F36DF;
}
.BgClassName
{
background-color: #3F36DF;
}
</style>
border-color css
<style>
span { border-color: #3F36DF; }
span { border-color: rgb(63,54,223); }
td.TdClassName
{
border-color: #3F36DF;
}
.TagClassName
{
border-color: #3F36DF;
}
</style>