Shades of Neon Blue #4363FC
Tints of Neon Blue #4363FC
RGB
CMYK
RGB Variations
Color information
#4363FC (or 0x4363FC) is known color: Neon Blue. HEX triplet: 43, 63 and FC. RGB value is (67,99,252). Sum of RGB (Red+Green+Blue) = 67+99+252=418 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.03% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #4363FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4363FC is #BC9C03. Grayscale: #6A6A6A. Windows color (decimal): -12360708 or 16540483. OLE color: 16540483.
HSL color Cylindrical-coordinate representation of color #4363FC: hue angle of 229.62º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4363FC is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 99 | 252 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.01 |
| HSL | 229.62º | 0.97% | 0.63% | - |
| HSV(B) | 229.62º | 0.73% | 0.99% | - |
| XYZ | 24.35 | 17.15 | 94.12 | - |
| YUV | 106.87 | 209.9 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 252 | 0.73 | 0.61 | 0 | 0.01 | 229.62 | 0.97 | 0.63 |
| Hex | 43 | 63 | FC | 49 | 3D | 0 | 1 | E6 | 61 | 3F |
| Octal | 103 | 143 | 374 | 111 | 75 | 0 | 1 | 346 | 141 | 77 |
| Binary | 1000011 | 1100011 | 11111100 | 1001001 | 111101 | 0 | 1 | 11100110 | 1100001 | 111111 |
Color Harmonies of #4363FC
Complementary color
Monochromatic Colors of #4363FC
Black with #4363FC
Text Example
Text Example
White with #4363FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4363FC; }
p { color: rgb(67,99,252); }
H1.HeaderClassName
{
color: #4363FC;
}
.AnyTagClassName
{
color: #4363FC;
}
</style>
background-color css
<style>
a { background-color: #4363FC; }
a { background-color: rgb(67,99,252); }
div.DivClassName
{
background-color: #4363FC;
}
.BgClassName
{
background-color: #4363FC;
}
</style>
border-color css
<style>
span { border-color: #4363FC; }
span { border-color: rgb(67,99,252); }
td.TdClassName
{
border-color: #4363FC;
}
.TagClassName
{
border-color: #4363FC;
}
</style>