Shades of Neon Blue #3F39FF
Tints of Neon Blue #3F39FF
RGB
CMYK
RGB Variations
Color information
#3F39FF (or 0x3F39FF) is known color: Neon Blue. HEX triplet: 3F, 39 and FF. RGB value is (63,57,255). Sum of RGB (Red+Green+Blue) = 63+57+255=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F39FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F39FF is #C0C600. Grayscale: #505050. Windows color (decimal): -12633601 or 16726335. OLE color: 16726335.
HSL color Cylindrical-coordinate representation of color #3F39FF: hue angle of 241.82º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F39FF is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 57 | 255 | - |
| CMYK | 0.75 | 0.78 | 0 | 0 |
| HSL | 241.82º | 1% | 0.61% | - |
| HSV(B) | 241.82º | 0.78% | 1% | - |
| XYZ | 21.56 | 11.2 | 95.63 | - |
| YUV | 81.37 | 225.99 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 255 | 0.75 | 0.78 | 0 | 0 | 241.82 | 1 | 0.61 |
| Hex | 3F | 39 | FF | 4B | 4E | 0 | 0 | F2 | 64 | 3D |
| Octal | 77 | 71 | 377 | 113 | 116 | 0 | 0 | 362 | 144 | 75 |
| Binary | 111111 | 111001 | 11111111 | 1001011 | 1001110 | 0 | 0 | 11110010 | 1100100 | 111101 |
Color Harmonies of #3F39FF
Complementary color
Monochromatic Colors of #3F39FF
Black with #3F39FF
Text Example
Text Example
White with #3F39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F39FF; }
p { color: rgb(63,57,255); }
H1.HeaderClassName
{
color: #3F39FF;
}
.AnyTagClassName
{
color: #3F39FF;
}
</style>
background-color css
<style>
a { background-color: #3F39FF; }
a { background-color: rgb(63,57,255); }
div.DivClassName
{
background-color: #3F39FF;
}
.BgClassName
{
background-color: #3F39FF;
}
</style>
border-color css
<style>
span { border-color: #3F39FF; }
span { border-color: rgb(63,57,255); }
td.TdClassName
{
border-color: #3F39FF;
}
.TagClassName
{
border-color: #3F39FF;
}
</style>