Shades of Neon Blue #3B57FE
Tints of Neon Blue #3B57FE
RGB
CMYK
RGB Variations
Color information
#3B57FE (or 0x3B57FE) is known color: Neon Blue. HEX triplet: 3B, 57 and FE. RGB value is (59,87,254). Sum of RGB (Red+Green+Blue) = 59+87+254=400 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B57FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B57FE is #C4A801. Grayscale: #606060. Windows color (decimal): -12888066 or 16668475. OLE color: 16668475.
HSL color Cylindrical-coordinate representation of color #3B57FE: hue angle of 231.38º 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 #3B57FE is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 87 | 254 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.00 |
| HSL | 231.38º | 0.99% | 0.61% | - |
| HSV(B) | 231.38º | 0.77% | 1% | - |
| XYZ | 23.1 | 14.9 | 95.42 | - |
| YUV | 97.67 | 216.22 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 254 | 0.77 | 0.66 | 0 | 0.00 | 231.38 | 0.99 | 0.61 |
| Hex | 3B | 57 | FE | 4D | 42 | 0 | 0 | E7 | 63 | 3D |
| Octal | 73 | 127 | 376 | 115 | 102 | 0 | 0 | 347 | 143 | 75 |
| Binary | 111011 | 1010111 | 11111110 | 1001101 | 1000010 | 0 | 0 | 11100111 | 1100011 | 111101 |
Color Harmonies of #3B57FE
Complementary color
Monochromatic Colors of #3B57FE
Black with #3B57FE
Text Example
Text Example
White with #3B57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B57FE; }
p { color: rgb(59,87,254); }
H1.HeaderClassName
{
color: #3B57FE;
}
.AnyTagClassName
{
color: #3B57FE;
}
</style>
background-color css
<style>
a { background-color: #3B57FE; }
a { background-color: rgb(59,87,254); }
div.DivClassName
{
background-color: #3B57FE;
}
.BgClassName
{
background-color: #3B57FE;
}
</style>
border-color css
<style>
span { border-color: #3B57FE; }
span { border-color: rgb(59,87,254); }
td.TdClassName
{
border-color: #3B57FE;
}
.TagClassName
{
border-color: #3B57FE;
}
</style>