Shades of Neon Blue #5C38FA
Tints of Neon Blue #5C38FA
RGB
CMYK
RGB Variations
Color information
#5C38FA (or 0x5C38FA) is known color: Neon Blue. HEX triplet: 5C, 38 and FA. RGB value is (92,56,250). Sum of RGB (Red+Green+Blue) = 92+56+250=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C38FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C38FA is #A3C705. Grayscale: #585858. Windows color (decimal): -10733318 or 16398428. OLE color: 16398428.
HSL color Cylindrical-coordinate representation of color #5C38FA: hue angle of 251.13º degrees, saturation: 0.95, 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 #5C38FA is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 56 | 250 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.02 |
| HSL | 251.13º | 0.95% | 0.6% | - |
| HSV(B) | 251.13º | 0.78% | 0.98% | - |
| XYZ | 23.08 | 12.01 | 91.54 | - |
| YUV | 88.88 | 218.93 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 56 | 250 | 0.63 | 0.78 | 0 | 0.02 | 251.13 | 0.95 | 0.6 |
| Hex | 5C | 38 | FA | 3F | 4E | 0 | 2 | FB | 5F | 3C |
| Octal | 134 | 70 | 372 | 77 | 116 | 0 | 2 | 373 | 137 | 74 |
| Binary | 1011100 | 111000 | 11111010 | 111111 | 1001110 | 0 | 10 | 11111011 | 1011111 | 111100 |
Color Harmonies of #5C38FA
Complementary color
Monochromatic Colors of #5C38FA
Black with #5C38FA
Text Example
Text Example
White with #5C38FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C38FA; }
p { color: rgb(92,56,250); }
H1.HeaderClassName
{
color: #5C38FA;
}
.AnyTagClassName
{
color: #5C38FA;
}
</style>
background-color css
<style>
a { background-color: #5C38FA; }
a { background-color: rgb(92,56,250); }
div.DivClassName
{
background-color: #5C38FA;
}
.BgClassName
{
background-color: #5C38FA;
}
</style>
border-color css
<style>
span { border-color: #5C38FA; }
span { border-color: rgb(92,56,250); }
td.TdClassName
{
border-color: #5C38FA;
}
.TagClassName
{
border-color: #5C38FA;
}
</style>