Shades of Neon Blue #3F5EFE
Tints of Neon Blue #3F5EFE
RGB
CMYK
RGB Variations
Color information
#3F5EFE (or 0x3F5EFE) is known color: Neon Blue. HEX triplet: 3F, 5E and FE. RGB value is (63,94,254). Sum of RGB (Red+Green+Blue) = 63+94+254=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F5EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5EFE is #C0A101. Grayscale: #666666. Windows color (decimal): -12624130 or 16670271. OLE color: 16670271.
HSL color Cylindrical-coordinate representation of color #3F5EFE: hue angle of 230.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F5EFE is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 94 | 254 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.00 |
| HSL | 230.26º | 0.99% | 0.62% | - |
| HSV(B) | 230.26º | 0.75% | 1% | - |
| XYZ | 23.94 | 16.22 | 95.63 | - |
| YUV | 102.97 | 213.23 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 254 | 0.75 | 0.63 | 0 | 0.00 | 230.26 | 0.99 | 0.62 |
| Hex | 3F | 5E | FE | 4B | 3F | 0 | 0 | E6 | 63 | 3E |
| Octal | 77 | 136 | 376 | 113 | 77 | 0 | 0 | 346 | 143 | 76 |
| Binary | 111111 | 1011110 | 11111110 | 1001011 | 111111 | 0 | 0 | 11100110 | 1100011 | 111110 |
Color Harmonies of #3F5EFE
Complementary color
Monochromatic Colors of #3F5EFE
Black with #3F5EFE
Text Example
Text Example
White with #3F5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5EFE; }
p { color: rgb(63,94,254); }
H1.HeaderClassName
{
color: #3F5EFE;
}
.AnyTagClassName
{
color: #3F5EFE;
}
</style>
background-color css
<style>
a { background-color: #3F5EFE; }
a { background-color: rgb(63,94,254); }
div.DivClassName
{
background-color: #3F5EFE;
}
.BgClassName
{
background-color: #3F5EFE;
}
</style>
border-color css
<style>
span { border-color: #3F5EFE; }
span { border-color: rgb(63,94,254); }
td.TdClassName
{
border-color: #3F5EFE;
}
.TagClassName
{
border-color: #3F5EFE;
}
</style>