Shades of Neon Blue #3F5AFC
Tints of Neon Blue #3F5AFC
RGB
CMYK
RGB Variations
Color information
#3F5AFC (or 0x3F5AFC) is known color: Neon Blue. HEX triplet: 3F, 5A and FC. RGB value is (63,90,252). Sum of RGB (Red+Green+Blue) = 63+90+252=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F5AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5AFC is #C0A503. Grayscale: #636363. Windows color (decimal): -12625156 or 16538175. OLE color: 16538175.
HSL color Cylindrical-coordinate representation of color #3F5AFC: hue angle of 231.43º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F5AFC is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 90 | 252 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.01 |
| HSL | 231.43º | 0.97% | 0.62% | - |
| HSV(B) | 231.43º | 0.75% | 0.99% | - |
| XYZ | 23.28 | 15.4 | 93.84 | - |
| YUV | 100.4 | 213.55 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 252 | 0.75 | 0.64 | 0 | 0.01 | 231.43 | 0.97 | 0.62 |
| Hex | 3F | 5A | FC | 4B | 40 | 0 | 1 | E7 | 61 | 3E |
| Octal | 77 | 132 | 374 | 113 | 100 | 0 | 1 | 347 | 141 | 76 |
| Binary | 111111 | 1011010 | 11111100 | 1001011 | 1000000 | 0 | 1 | 11100111 | 1100001 | 111110 |
Color Harmonies of #3F5AFC
Complementary color
Monochromatic Colors of #3F5AFC
Black with #3F5AFC
Text Example
Text Example
White with #3F5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5AFC; }
p { color: rgb(63,90,252); }
H1.HeaderClassName
{
color: #3F5AFC;
}
.AnyTagClassName
{
color: #3F5AFC;
}
</style>
background-color css
<style>
a { background-color: #3F5AFC; }
a { background-color: rgb(63,90,252); }
div.DivClassName
{
background-color: #3F5AFC;
}
.BgClassName
{
background-color: #3F5AFC;
}
</style>
border-color css
<style>
span { border-color: #3F5AFC; }
span { border-color: rgb(63,90,252); }
td.TdClassName
{
border-color: #3F5AFC;
}
.TagClassName
{
border-color: #3F5AFC;
}
</style>