Shades of Neon Blue #3F39DF
Tints of Neon Blue #3F39DF
RGB
CMYK
RGB Variations
Color information
#3F39DF (or 0x3F39DF) is known color: Neon Blue. HEX triplet: 3F, 39 and DF. RGB value is (63,57,223). Sum of RGB (Red+Green+Blue) = 63+57+223=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F39DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F39DF is #C0C620. Grayscale: #4D4D4D. Windows color (decimal): -12633633 or 14629183. OLE color: 14629183.
HSL color Cylindrical-coordinate representation of color #3F39DF: hue angle of 242.17º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F39DF is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 57 | 223 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.13 |
| HSL | 242.17º | 0.72% | 0.55% | - |
| HSV(B) | 242.17º | 0.74% | 0.87% | - |
| XYZ | 16.83 | 9.31 | 70.72 | - |
| YUV | 77.72 | 209.99 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 223 | 0.72 | 0.74 | 0 | 0.13 | 242.17 | 0.72 | 0.55 |
| Hex | 3F | 39 | DF | 48 | 4A | 0 | D | F2 | 48 | 37 |
| Octal | 77 | 71 | 337 | 110 | 112 | 0 | 15 | 362 | 110 | 67 |
| Binary | 111111 | 111001 | 11011111 | 1001000 | 1001010 | 0 | 1101 | 11110010 | 1001000 | 110111 |
Color Harmonies of #3F39DF
Complementary color
Monochromatic Colors of #3F39DF
Black with #3F39DF
Text Example
Text Example
White with #3F39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F39DF; }
p { color: rgb(63,57,223); }
H1.HeaderClassName
{
color: #3F39DF;
}
.AnyTagClassName
{
color: #3F39DF;
}
</style>
background-color css
<style>
a { background-color: #3F39DF; }
a { background-color: rgb(63,57,223); }
div.DivClassName
{
background-color: #3F39DF;
}
.BgClassName
{
background-color: #3F39DF;
}
</style>
border-color css
<style>
span { border-color: #3F39DF; }
span { border-color: rgb(63,57,223); }
td.TdClassName
{
border-color: #3F39DF;
}
.TagClassName
{
border-color: #3F39DF;
}
</style>