Shades of Neon Blue #5465FC
Tints of Neon Blue #5465FC
RGB
CMYK
RGB Variations
Color information
#5465FC (or 0x5465FC) is known color: Neon Blue. HEX triplet: 54, 65 and FC. RGB value is (84,101,252). Sum of RGB (Red+Green+Blue) = 84+101+252=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #5465FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5465FC is #AB9A03. Grayscale: #707070. Windows color (decimal): -11246084 or 16541012. OLE color: 16541012.
HSL color Cylindrical-coordinate representation of color #5465FC: hue angle of 233.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5465FC is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 101 | 252 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.01 |
| HSL | 233.93º | 0.97% | 0.66% | - |
| HSV(B) | 233.93º | 0.67% | 0.99% | - |
| XYZ | 25.88 | 18.22 | 94.25 | - |
| YUV | 113.13 | 206.37 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 252 | 0.67 | 0.60 | 0 | 0.01 | 233.93 | 0.97 | 0.66 |
| Hex | 54 | 65 | FC | 43 | 3C | 0 | 1 | EA | 61 | 42 |
| Octal | 124 | 145 | 374 | 103 | 74 | 0 | 1 | 352 | 141 | 102 |
| Binary | 1010100 | 1100101 | 11111100 | 1000011 | 111100 | 0 | 1 | 11101010 | 1100001 | 1000010 |
Color Harmonies of #5465FC
Complementary color
Monochromatic Colors of #5465FC
Black with #5465FC
Text Example
Text Example
White with #5465FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5465FC; }
p { color: rgb(84,101,252); }
H1.HeaderClassName
{
color: #5465FC;
}
.AnyTagClassName
{
color: #5465FC;
}
</style>
background-color css
<style>
a { background-color: #5465FC; }
a { background-color: rgb(84,101,252); }
div.DivClassName
{
background-color: #5465FC;
}
.BgClassName
{
background-color: #5465FC;
}
</style>
border-color css
<style>
span { border-color: #5465FC; }
span { border-color: rgb(84,101,252); }
td.TdClassName
{
border-color: #5465FC;
}
.TagClassName
{
border-color: #5465FC;
}
</style>