Shades of Neon Blue #505AFB
Tints of Neon Blue #505AFB
RGB
CMYK
RGB Variations
Color information
#505AFB (or 0x505AFB) is known color: Neon Blue. HEX triplet: 50, 5A and FB. RGB value is (80,90,251). Sum of RGB (Red+Green+Blue) = 80+90+251=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #505AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505AFB is #AFA504. Grayscale: #686868. Windows color (decimal): -11511045 or 16472656. OLE color: 16472656.
HSL color Cylindrical-coordinate representation of color #505AFB: hue angle of 236.49º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #505AFB is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 90 | 251 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.02 |
| HSL | 236.49º | 0.96% | 0.65% | - |
| HSV(B) | 236.49º | 0.68% | 0.98% | - |
| XYZ | 24.38 | 15.98 | 93.07 | - |
| YUV | 105.36 | 210.19 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 251 | 0.68 | 0.64 | 0 | 0.02 | 236.49 | 0.96 | 0.65 |
| Hex | 50 | 5A | FB | 44 | 40 | 0 | 2 | EC | 60 | 41 |
| Octal | 120 | 132 | 373 | 104 | 100 | 0 | 2 | 354 | 140 | 101 |
| Binary | 1010000 | 1011010 | 11111011 | 1000100 | 1000000 | 0 | 10 | 11101100 | 1100000 | 1000001 |
Color Harmonies of #505AFB
Complementary color
Monochromatic Colors of #505AFB
Black with #505AFB
Text Example
Text Example
White with #505AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505AFB; }
p { color: rgb(80,90,251); }
H1.HeaderClassName
{
color: #505AFB;
}
.AnyTagClassName
{
color: #505AFB;
}
</style>
background-color css
<style>
a { background-color: #505AFB; }
a { background-color: rgb(80,90,251); }
div.DivClassName
{
background-color: #505AFB;
}
.BgClassName
{
background-color: #505AFB;
}
</style>
border-color css
<style>
span { border-color: #505AFB; }
span { border-color: rgb(80,90,251); }
td.TdClassName
{
border-color: #505AFB;
}
.TagClassName
{
border-color: #505AFB;
}
</style>