Shades of Neon Blue #5C4AF3
Tints of Neon Blue #5C4AF3
RGB
CMYK
RGB Variations
Color information
#5C4AF3 (or 0x5C4AF3) is known color: Neon Blue. HEX triplet: 5C, 4A and F3. RGB value is (92,74,243). Sum of RGB (Red+Green+Blue) = 92+74+243=409 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.49% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 243 (95.31% from 255 or 59.41% from 409); Max value from RGB is 243 - color contains mainly: blue. Hex color #5C4AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C4AF3 is #A3B50C. Grayscale: #616161. Windows color (decimal): -10728717 or 15944284. OLE color: 15944284.
HSL color Cylindrical-coordinate representation of color #5C4AF3: hue angle of 246.39º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C4AF3 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 74 | 243 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.05 |
| HSL | 246.39º | 0.88% | 0.62% | - |
| HSV(B) | 246.39º | 0.7% | 0.95% | - |
| XYZ | 23.04 | 13.64 | 86.21 | - |
| YUV | 98.65 | 209.46 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 243 | 0.62 | 0.70 | 0 | 0.05 | 246.39 | 0.88 | 0.62 |
| Hex | 5C | 4A | F3 | 3E | 46 | 0 | 5 | F6 | 58 | 3E |
| Octal | 134 | 112 | 363 | 76 | 106 | 0 | 5 | 366 | 130 | 76 |
| Binary | 1011100 | 1001010 | 11110011 | 111110 | 1000110 | 0 | 101 | 11110110 | 1011000 | 111110 |
Color Harmonies of #5C4AF3
Complementary color
Monochromatic Colors of #5C4AF3
Black with #5C4AF3
Text Example
Text Example
White with #5C4AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4AF3; }
p { color: rgb(92,74,243); }
H1.HeaderClassName
{
color: #5C4AF3;
}
.AnyTagClassName
{
color: #5C4AF3;
}
</style>
background-color css
<style>
a { background-color: #5C4AF3; }
a { background-color: rgb(92,74,243); }
div.DivClassName
{
background-color: #5C4AF3;
}
.BgClassName
{
background-color: #5C4AF3;
}
</style>
border-color css
<style>
span { border-color: #5C4AF3; }
span { border-color: rgb(92,74,243); }
td.TdClassName
{
border-color: #5C4AF3;
}
.TagClassName
{
border-color: #5C4AF3;
}
</style>