Shades of Neon Blue #3B5CFE
Tints of Neon Blue #3B5CFE
RGB
CMYK
RGB Variations
Color information
#3B5CFE (or 0x3B5CFE) is known color: Neon Blue. HEX triplet: 3B, 5C and FE. RGB value is (59,92,254). Sum of RGB (Red+Green+Blue) = 59+92+254=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B5CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5CFE is #C4A301. Grayscale: #636363. Windows color (decimal): -12886786 or 16669755. OLE color: 16669755.
HSL color Cylindrical-coordinate representation of color #3B5CFE: hue angle of 229.85º 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 #3B5CFE is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 92 | 254 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.00 |
| HSL | 229.85º | 0.99% | 0.61% | - |
| HSV(B) | 229.85º | 0.77% | 1% | - |
| XYZ | 23.52 | 15.74 | 95.56 | - |
| YUV | 100.6 | 214.57 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 92 | 254 | 0.77 | 0.64 | 0 | 0.00 | 229.85 | 0.99 | 0.61 |
| Hex | 3B | 5C | FE | 4D | 40 | 0 | 0 | E6 | 63 | 3D |
| Octal | 73 | 134 | 376 | 115 | 100 | 0 | 0 | 346 | 143 | 75 |
| Binary | 111011 | 1011100 | 11111110 | 1001101 | 1000000 | 0 | 0 | 11100110 | 1100011 | 111101 |
Color Harmonies of #3B5CFE
Complementary color
Monochromatic Colors of #3B5CFE
Black with #3B5CFE
Text Example
Text Example
White with #3B5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5CFE; }
p { color: rgb(59,92,254); }
H1.HeaderClassName
{
color: #3B5CFE;
}
.AnyTagClassName
{
color: #3B5CFE;
}
</style>
background-color css
<style>
a { background-color: #3B5CFE; }
a { background-color: rgb(59,92,254); }
div.DivClassName
{
background-color: #3B5CFE;
}
.BgClassName
{
background-color: #3B5CFE;
}
</style>
border-color css
<style>
span { border-color: #3B5CFE; }
span { border-color: rgb(59,92,254); }
td.TdClassName
{
border-color: #3B5CFE;
}
.TagClassName
{
border-color: #3B5CFE;
}
</style>