Shades of Neon Blue #5069FB
Tints of Neon Blue #5069FB
RGB
CMYK
RGB Variations
Color information
#5069FB (or 0x5069FB) is known color: Neon Blue. HEX triplet: 50, 69 and FB. RGB value is (80,105,251). Sum of RGB (Red+Green+Blue) = 80+105+251=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #5069FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5069FB is #AF9604. Grayscale: #717171. Windows color (decimal): -11507205 or 16476496. OLE color: 16476496.
HSL color Cylindrical-coordinate representation of color #5069FB: hue angle of 231.23º 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 #5069FB is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 105 | 251 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.02 |
| HSL | 231.23º | 0.96% | 0.65% | - |
| HSV(B) | 231.23º | 0.68% | 0.98% | - |
| XYZ | 25.77 | 18.77 | 93.53 | - |
| YUV | 114.17 | 205.22 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 251 | 0.68 | 0.58 | 0 | 0.02 | 231.23 | 0.96 | 0.65 |
| Hex | 50 | 69 | FB | 44 | 3A | 0 | 2 | E7 | 60 | 41 |
| Octal | 120 | 151 | 373 | 104 | 72 | 0 | 2 | 347 | 140 | 101 |
| Binary | 1010000 | 1101001 | 11111011 | 1000100 | 111010 | 0 | 10 | 11100111 | 1100000 | 1000001 |
Color Harmonies of #5069FB
Complementary color
Monochromatic Colors of #5069FB
Black with #5069FB
Text Example
Text Example
White with #5069FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5069FB; }
p { color: rgb(80,105,251); }
H1.HeaderClassName
{
color: #5069FB;
}
.AnyTagClassName
{
color: #5069FB;
}
</style>
background-color css
<style>
a { background-color: #5069FB; }
a { background-color: rgb(80,105,251); }
div.DivClassName
{
background-color: #5069FB;
}
.BgClassName
{
background-color: #5069FB;
}
</style>
border-color css
<style>
span { border-color: #5069FB; }
span { border-color: rgb(80,105,251); }
td.TdClassName
{
border-color: #5069FB;
}
.TagClassName
{
border-color: #5069FB;
}
</style>