Shades of Neon Blue #3F3BFE
Tints of Neon Blue #3F3BFE
RGB
CMYK
RGB Variations
Color information
#3F3BFE (or 0x3F3BFE) is known color: Neon Blue. HEX triplet: 3F, 3B and FE. RGB value is (63,59,254). Sum of RGB (Red+Green+Blue) = 63+59+254=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F3BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3BFE is #C0C401. Grayscale: #515151. Windows color (decimal): -12633090 or 16661311. OLE color: 16661311.
HSL color Cylindrical-coordinate representation of color #3F3BFE: hue angle of 241.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F3BFE is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 59 | 254 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.00 |
| HSL | 241.23º | 0.99% | 0.61% | - |
| HSV(B) | 241.23º | 0.77% | 1% | - |
| XYZ | 21.5 | 11.34 | 94.82 | - |
| YUV | 82.43 | 224.83 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 254 | 0.75 | 0.77 | 0 | 0.00 | 241.23 | 0.99 | 0.61 |
| Hex | 3F | 3B | FE | 4B | 4D | 0 | 0 | F1 | 63 | 3D |
| Octal | 77 | 73 | 376 | 113 | 115 | 0 | 0 | 361 | 143 | 75 |
| Binary | 111111 | 111011 | 11111110 | 1001011 | 1001101 | 0 | 0 | 11110001 | 1100011 | 111101 |
Color Harmonies of #3F3BFE
Complementary color
Monochromatic Colors of #3F3BFE
Black with #3F3BFE
Text Example
Text Example
White with #3F3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3BFE; }
p { color: rgb(63,59,254); }
H1.HeaderClassName
{
color: #3F3BFE;
}
.AnyTagClassName
{
color: #3F3BFE;
}
</style>
background-color css
<style>
a { background-color: #3F3BFE; }
a { background-color: rgb(63,59,254); }
div.DivClassName
{
background-color: #3F3BFE;
}
.BgClassName
{
background-color: #3F3BFE;
}
</style>
border-color css
<style>
span { border-color: #3F3BFE; }
span { border-color: rgb(63,59,254); }
td.TdClassName
{
border-color: #3F3BFE;
}
.TagClassName
{
border-color: #3F3BFE;
}
</style>