Shades of Neon Blue #5545F6
Tints of Neon Blue #5545F6
RGB
CMYK
RGB Variations
Color information
#5545F6 (or 0x5545F6) is known color: Neon Blue. HEX triplet: 55, 45 and F6. RGB value is (85,69,246). Sum of RGB (Red+Green+Blue) = 85+69+246=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 246 (96.48% from 255 or 61.5% from 400); Max value from RGB is 246 - color contains mainly: blue. Hex color #5545F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5545F6 is #AABA09. Grayscale: #5D5D5D. Windows color (decimal): -11188746 or 16139605. OLE color: 16139605.
HSL color Cylindrical-coordinate representation of color #5545F6: hue angle of 245.42º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5545F6 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 69 | 246 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.04 |
| HSL | 245.42º | 0.91% | 0.62% | - |
| HSV(B) | 245.42º | 0.72% | 0.96% | - |
| XYZ | 22.51 | 12.84 | 88.48 | - |
| YUV | 93.96 | 213.8 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 246 | 0.65 | 0.72 | 0 | 0.04 | 245.42 | 0.91 | 0.62 |
| Hex | 55 | 45 | F6 | 41 | 48 | 0 | 4 | F5 | 5B | 3E |
| Octal | 125 | 105 | 366 | 101 | 110 | 0 | 4 | 365 | 133 | 76 |
| Binary | 1010101 | 1000101 | 11110110 | 1000001 | 1001000 | 0 | 100 | 11110101 | 1011011 | 111110 |
Color Harmonies of #5545F6
Complementary color
Monochromatic Colors of #5545F6
Black with #5545F6
Text Example
Text Example
White with #5545F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5545F6; }
p { color: rgb(85,69,246); }
H1.HeaderClassName
{
color: #5545F6;
}
.AnyTagClassName
{
color: #5545F6;
}
</style>
background-color css
<style>
a { background-color: #5545F6; }
a { background-color: rgb(85,69,246); }
div.DivClassName
{
background-color: #5545F6;
}
.BgClassName
{
background-color: #5545F6;
}
</style>
border-color css
<style>
span { border-color: #5545F6; }
span { border-color: rgb(85,69,246); }
td.TdClassName
{
border-color: #5545F6;
}
.TagClassName
{
border-color: #5545F6;
}
</style>