Shades of Neon Blue #3F3BDF
Tints of Neon Blue #3F3BDF
RGB
CMYK
RGB Variations
Color information
#3F3BDF (or 0x3F3BDF) is known color: Neon Blue. HEX triplet: 3F, 3B and DF. RGB value is (63,59,223). Sum of RGB (Red+Green+Blue) = 63+59+223=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F3BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3BDF is #C0C420. Grayscale: #4E4E4E. Windows color (decimal): -12633121 or 14629695. OLE color: 14629695.
HSL color Cylindrical-coordinate representation of color #3F3BDF: hue angle of 241.46º 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 #3F3BDF is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 59 | 223 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.13 |
| HSL | 241.46º | 0.72% | 0.55% | - |
| HSV(B) | 241.46º | 0.74% | 0.87% | - |
| XYZ | 16.93 | 9.51 | 70.76 | - |
| YUV | 78.89 | 209.33 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 223 | 0.72 | 0.74 | 0 | 0.13 | 241.46 | 0.72 | 0.55 |
| Hex | 3F | 3B | DF | 48 | 4A | 0 | D | F1 | 48 | 37 |
| Octal | 77 | 73 | 337 | 110 | 112 | 0 | 15 | 361 | 110 | 67 |
| Binary | 111111 | 111011 | 11011111 | 1001000 | 1001010 | 0 | 1101 | 11110001 | 1001000 | 110111 |
Color Harmonies of #3F3BDF
Complementary color
Monochromatic Colors of #3F3BDF
Black with #3F3BDF
Text Example
Text Example
White with #3F3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3BDF; }
p { color: rgb(63,59,223); }
H1.HeaderClassName
{
color: #3F3BDF;
}
.AnyTagClassName
{
color: #3F3BDF;
}
</style>
background-color css
<style>
a { background-color: #3F3BDF; }
a { background-color: rgb(63,59,223); }
div.DivClassName
{
background-color: #3F3BDF;
}
.BgClassName
{
background-color: #3F3BDF;
}
</style>
border-color css
<style>
span { border-color: #3F3BDF; }
span { border-color: rgb(63,59,223); }
td.TdClassName
{
border-color: #3F3BDF;
}
.TagClassName
{
border-color: #3F3BDF;
}
</style>