Shades of Neon Blue #4865FC
Tints of Neon Blue #4865FC
RGB
CMYK
RGB Variations
Color information
#4865FC (or 0x4865FC) is known color: Neon Blue. HEX triplet: 48, 65 and FC. RGB value is (72,101,252). Sum of RGB (Red+Green+Blue) = 72+101+252=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #4865FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4865FC is #B79A03. Grayscale: #6C6C6C. Windows color (decimal): -12032516 or 16541000. OLE color: 16541000.
HSL color Cylindrical-coordinate representation of color #4865FC: hue angle of 230.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4865FC is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 101 | 252 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.01 |
| HSL | 230.33º | 0.97% | 0.64% | - |
| HSV(B) | 230.33º | 0.71% | 0.99% | - |
| XYZ | 24.9 | 17.71 | 94.2 | - |
| YUV | 109.54 | 208.39 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 252 | 0.71 | 0.60 | 0 | 0.01 | 230.33 | 0.97 | 0.64 |
| Hex | 48 | 65 | FC | 47 | 3C | 0 | 1 | E6 | 61 | 40 |
| Octal | 110 | 145 | 374 | 107 | 74 | 0 | 1 | 346 | 141 | 100 |
| Binary | 1001000 | 1100101 | 11111100 | 1000111 | 111100 | 0 | 1 | 11100110 | 1100001 | 1000000 |
Color Harmonies of #4865FC
Complementary color
Monochromatic Colors of #4865FC
Black with #4865FC
Text Example
Text Example
White with #4865FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865FC; }
p { color: rgb(72,101,252); }
H1.HeaderClassName
{
color: #4865FC;
}
.AnyTagClassName
{
color: #4865FC;
}
</style>
background-color css
<style>
a { background-color: #4865FC; }
a { background-color: rgb(72,101,252); }
div.DivClassName
{
background-color: #4865FC;
}
.BgClassName
{
background-color: #4865FC;
}
</style>
border-color css
<style>
span { border-color: #4865FC; }
span { border-color: rgb(72,101,252); }
td.TdClassName
{
border-color: #4865FC;
}
.TagClassName
{
border-color: #4865FC;
}
</style>