Shades of Neon Blue #5369FB
Tints of Neon Blue #5369FB
RGB
CMYK
RGB Variations
Color information
#5369FB (or 0x5369FB) is known color: Neon Blue. HEX triplet: 53, 69 and FB. RGB value is (83,105,251). Sum of RGB (Red+Green+Blue) = 83+105+251=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #5369FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5369FB is #AC9604. Grayscale: #727272. Windows color (decimal): -11310597 or 16476499. OLE color: 16476499.
HSL color Cylindrical-coordinate representation of color #5369FB: hue angle of 232.14º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5369FB is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 105 | 251 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.02 |
| HSL | 232.14º | 0.95% | 0.65% | - |
| HSV(B) | 232.14º | 0.67% | 0.98% | - |
| XYZ | 26.03 | 18.91 | 93.54 | - |
| YUV | 115.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 251 | 0.67 | 0.58 | 0 | 0.02 | 232.14 | 0.95 | 0.65 |
| Hex | 53 | 69 | FB | 43 | 3A | 0 | 2 | E8 | 5F | 41 |
| Octal | 123 | 151 | 373 | 103 | 72 | 0 | 2 | 350 | 137 | 101 |
| Binary | 1010011 | 1101001 | 11111011 | 1000011 | 111010 | 0 | 10 | 11101000 | 1011111 | 1000001 |
Color Harmonies of #5369FB
Complementary color
Monochromatic Colors of #5369FB
Black with #5369FB
Text Example
Text Example
White with #5369FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5369FB; }
p { color: rgb(83,105,251); }
H1.HeaderClassName
{
color: #5369FB;
}
.AnyTagClassName
{
color: #5369FB;
}
</style>
background-color css
<style>
a { background-color: #5369FB; }
a { background-color: rgb(83,105,251); }
div.DivClassName
{
background-color: #5369FB;
}
.BgClassName
{
background-color: #5369FB;
}
</style>
border-color css
<style>
span { border-color: #5369FB; }
span { border-color: rgb(83,105,251); }
td.TdClassName
{
border-color: #5369FB;
}
.TagClassName
{
border-color: #5369FB;
}
</style>