Shades of Neon Blue #3B53FF
Tints of Neon Blue #3B53FF
RGB
CMYK
RGB Variations
Color information
#3B53FF (or 0x3B53FF) is known color: Neon Blue. HEX triplet: 3B, 53 and FF. RGB value is (59,83,255). Sum of RGB (Red+Green+Blue) = 59+83+255=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B53FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B53FF is #C4AC00. Grayscale: #5E5E5E. Windows color (decimal): -12889089 or 16732987. OLE color: 16732987.
HSL color Cylindrical-coordinate representation of color #3B53FF: hue angle of 232.65º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B53FF is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 83 | 255 | - |
| CMYK | 0.77 | 0.67 | 0 | 0 |
| HSL | 232.65º | 1% | 0.62% | - |
| HSV(B) | 232.65º | 0.77% | 1% | - |
| XYZ | 22.95 | 14.34 | 96.17 | - |
| YUV | 95.43 | 218.05 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 255 | 0.77 | 0.67 | 0 | 0 | 232.65 | 1 | 0.62 |
| Hex | 3B | 53 | FF | 4D | 43 | 0 | 0 | E9 | 64 | 3E |
| Octal | 73 | 123 | 377 | 115 | 103 | 0 | 0 | 351 | 144 | 76 |
| Binary | 111011 | 1010011 | 11111111 | 1001101 | 1000011 | 0 | 0 | 11101001 | 1100100 | 111110 |
Color Harmonies of #3B53FF
Complementary color
Monochromatic Colors of #3B53FF
Black with #3B53FF
Text Example
Text Example
White with #3B53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B53FF; }
p { color: rgb(59,83,255); }
H1.HeaderClassName
{
color: #3B53FF;
}
.AnyTagClassName
{
color: #3B53FF;
}
</style>
background-color css
<style>
a { background-color: #3B53FF; }
a { background-color: rgb(59,83,255); }
div.DivClassName
{
background-color: #3B53FF;
}
.BgClassName
{
background-color: #3B53FF;
}
</style>
border-color css
<style>
span { border-color: #3B53FF; }
span { border-color: rgb(59,83,255); }
td.TdClassName
{
border-color: #3B53FF;
}
.TagClassName
{
border-color: #3B53FF;
}
</style>