Shades of Neon Blue #3B5FFE
Tints of Neon Blue #3B5FFE
RGB
CMYK
RGB Variations
Color information
#3B5FFE (or 0x3B5FFE) is known color: Neon Blue. HEX triplet: 3B, 5F and FE. RGB value is (59,95,254). Sum of RGB (Red+Green+Blue) = 59+95+254=408 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.46% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B5FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5FFE is #C4A001. Grayscale: #656565. Windows color (decimal): -12886018 or 16670523. OLE color: 16670523.
HSL color Cylindrical-coordinate representation of color #3B5FFE: hue angle of 228.92º 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 #3B5FFE is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 95 | 254 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.00 |
| HSL | 228.92º | 0.99% | 0.61% | - |
| HSV(B) | 228.92º | 0.77% | 1% | - |
| XYZ | 23.79 | 16.27 | 95.65 | - |
| YUV | 102.36 | 213.57 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 95 | 254 | 0.77 | 0.63 | 0 | 0.00 | 228.92 | 0.99 | 0.61 |
| Hex | 3B | 5F | FE | 4D | 3F | 0 | 0 | E5 | 63 | 3D |
| Octal | 73 | 137 | 376 | 115 | 77 | 0 | 0 | 345 | 143 | 75 |
| Binary | 111011 | 1011111 | 11111110 | 1001101 | 111111 | 0 | 0 | 11100101 | 1100011 | 111101 |
Color Harmonies of #3B5FFE
Complementary color
Monochromatic Colors of #3B5FFE
Black with #3B5FFE
Text Example
Text Example
White with #3B5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5FFE; }
p { color: rgb(59,95,254); }
H1.HeaderClassName
{
color: #3B5FFE;
}
.AnyTagClassName
{
color: #3B5FFE;
}
</style>
background-color css
<style>
a { background-color: #3B5FFE; }
a { background-color: rgb(59,95,254); }
div.DivClassName
{
background-color: #3B5FFE;
}
.BgClassName
{
background-color: #3B5FFE;
}
</style>
border-color css
<style>
span { border-color: #3B5FFE; }
span { border-color: rgb(59,95,254); }
td.TdClassName
{
border-color: #3B5FFE;
}
.TagClassName
{
border-color: #3B5FFE;
}
</style>