Shades of Neon Blue #3A55FB
Tints of Neon Blue #3A55FB
RGB
CMYK
RGB Variations
Color information
#3A55FB (or 0x3A55FB) is known color: Neon Blue. HEX triplet: 3A, 55 and FB. RGB value is (58,85,251). Sum of RGB (Red+Green+Blue) = 58+85+251=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A55FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A55FB is #C5AA04. Grayscale: #5F5F5F. Windows color (decimal): -12954117 or 16471354. OLE color: 16471354.
HSL color Cylindrical-coordinate representation of color #3A55FB: hue angle of 231.61º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A55FB is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 85 | 251 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.02 |
| HSL | 231.61º | 0.96% | 0.61% | - |
| HSV(B) | 231.61º | 0.77% | 0.98% | - |
| XYZ | 22.41 | 14.36 | 92.86 | - |
| YUV | 95.85 | 215.55 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 251 | 0.77 | 0.66 | 0 | 0.02 | 231.61 | 0.96 | 0.61 |
| Hex | 3A | 55 | FB | 4D | 42 | 0 | 2 | E8 | 60 | 3D |
| Octal | 72 | 125 | 373 | 115 | 102 | 0 | 2 | 350 | 140 | 75 |
| Binary | 111010 | 1010101 | 11111011 | 1001101 | 1000010 | 0 | 10 | 11101000 | 1100000 | 111101 |
Color Harmonies of #3A55FB
Complementary color
Monochromatic Colors of #3A55FB
Black with #3A55FB
Text Example
Text Example
White with #3A55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A55FB; }
p { color: rgb(58,85,251); }
H1.HeaderClassName
{
color: #3A55FB;
}
.AnyTagClassName
{
color: #3A55FB;
}
</style>
background-color css
<style>
a { background-color: #3A55FB; }
a { background-color: rgb(58,85,251); }
div.DivClassName
{
background-color: #3A55FB;
}
.BgClassName
{
background-color: #3A55FB;
}
</style>
border-color css
<style>
span { border-color: #3A55FB; }
span { border-color: rgb(58,85,251); }
td.TdClassName
{
border-color: #3A55FB;
}
.TagClassName
{
border-color: #3A55FB;
}
</style>