Shades of Neon Blue #5938FB
Tints of Neon Blue #5938FB
RGB
CMYK
RGB Variations
Color information
#5938FB (or 0x5938FB) is known color: Neon Blue. HEX triplet: 59, 38 and FB. RGB value is (89,56,251). Sum of RGB (Red+Green+Blue) = 89+56+251=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #5938FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5938FB is #A6C704. Grayscale: #575757. Windows color (decimal): -10929925 or 16463961. OLE color: 16463961.
HSL color Cylindrical-coordinate representation of color #5938FB: hue angle of 250.15º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5938FB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 56 | 251 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.02 |
| HSL | 250.15º | 0.96% | 0.6% | - |
| HSV(B) | 250.15º | 0.78% | 0.98% | - |
| XYZ | 22.95 | 11.92 | 92.36 | - |
| YUV | 88.1 | 219.93 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 251 | 0.65 | 0.78 | 0 | 0.02 | 250.15 | 0.96 | 0.6 |
| Hex | 59 | 38 | FB | 41 | 4E | 0 | 2 | FA | 60 | 3C |
| Octal | 131 | 70 | 373 | 101 | 116 | 0 | 2 | 372 | 140 | 74 |
| Binary | 1011001 | 111000 | 11111011 | 1000001 | 1001110 | 0 | 10 | 11111010 | 1100000 | 111100 |
Color Harmonies of #5938FB
Complementary color
Monochromatic Colors of #5938FB
Black with #5938FB
Text Example
Text Example
White with #5938FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5938FB; }
p { color: rgb(89,56,251); }
H1.HeaderClassName
{
color: #5938FB;
}
.AnyTagClassName
{
color: #5938FB;
}
</style>
background-color css
<style>
a { background-color: #5938FB; }
a { background-color: rgb(89,56,251); }
div.DivClassName
{
background-color: #5938FB;
}
.BgClassName
{
background-color: #5938FB;
}
</style>
border-color css
<style>
span { border-color: #5938FB; }
span { border-color: rgb(89,56,251); }
td.TdClassName
{
border-color: #5938FB;
}
.TagClassName
{
border-color: #5938FB;
}
</style>