Shades of Neon Blue #5938F3
Tints of Neon Blue #5938F3
RGB
CMYK
RGB Variations
Color information
#5938F3 (or 0x5938F3) is known color: Neon Blue. HEX triplet: 59, 38 and F3. RGB value is (89,56,243). Sum of RGB (Red+Green+Blue) = 89+56+243=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 243 (95.31% from 255 or 62.63% from 388); Max value from RGB is 243 - color contains mainly: blue. Hex color #5938F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5938F3 is #A6C70C. Grayscale: #565656. Windows color (decimal): -10929933 or 15939673. OLE color: 15939673.
HSL color Cylindrical-coordinate representation of color #5938F3: hue angle of 250.59º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5938F3 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 56 | 243 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.05 |
| HSL | 250.59º | 0.89% | 0.59% | - |
| HSV(B) | 250.59º | 0.77% | 0.95% | - |
| XYZ | 21.71 | 11.42 | 85.85 | - |
| YUV | 87.19 | 215.93 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 243 | 0.63 | 0.77 | 0 | 0.05 | 250.59 | 0.89 | 0.59 |
| Hex | 59 | 38 | F3 | 3F | 4D | 0 | 5 | FB | 59 | 3B |
| Octal | 131 | 70 | 363 | 77 | 115 | 0 | 5 | 373 | 131 | 73 |
| Binary | 1011001 | 111000 | 11110011 | 111111 | 1001101 | 0 | 101 | 11111011 | 1011001 | 111011 |
Color Harmonies of #5938F3
Complementary color
Monochromatic Colors of #5938F3
Black with #5938F3
Text Example
Text Example
White with #5938F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5938F3; }
p { color: rgb(89,56,243); }
H1.HeaderClassName
{
color: #5938F3;
}
.AnyTagClassName
{
color: #5938F3;
}
</style>
background-color css
<style>
a { background-color: #5938F3; }
a { background-color: rgb(89,56,243); }
div.DivClassName
{
background-color: #5938F3;
}
.BgClassName
{
background-color: #5938F3;
}
</style>
border-color css
<style>
span { border-color: #5938F3; }
span { border-color: rgb(89,56,243); }
td.TdClassName
{
border-color: #5938F3;
}
.TagClassName
{
border-color: #5938F3;
}
</style>