Shades of Neon Blue #4043FC
Tints of Neon Blue #4043FC
RGB
CMYK
RGB Variations
Color information
#4043FC (or 0x4043FC) is known color: Neon Blue. HEX triplet: 40, 43 and FC. RGB value is (64,67,252). Sum of RGB (Red+Green+Blue) = 64+67+252=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #4043FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4043FC is #BFBC03. Grayscale: #565656. Windows color (decimal): -12565508 or 16532288. OLE color: 16532288.
HSL color Cylindrical-coordinate representation of color #4043FC: hue angle of 239.04º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4043FC is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 67 | 252 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.01 |
| HSL | 239.04º | 0.97% | 0.62% | - |
| HSV(B) | 239.04º | 0.75% | 0.99% | - |
| XYZ | 21.69 | 12.13 | 93.29 | - |
| YUV | 87.19 | 221.01 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 252 | 0.75 | 0.73 | 0 | 0.01 | 239.04 | 0.97 | 0.62 |
| Hex | 40 | 43 | FC | 4B | 49 | 0 | 1 | EF | 61 | 3E |
| Octal | 100 | 103 | 374 | 113 | 111 | 0 | 1 | 357 | 141 | 76 |
| Binary | 1000000 | 1000011 | 11111100 | 1001011 | 1001001 | 0 | 1 | 11101111 | 1100001 | 111110 |
Color Harmonies of #4043FC
Complementary color
Monochromatic Colors of #4043FC
Black with #4043FC
Text Example
Text Example
White with #4043FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4043FC; }
p { color: rgb(64,67,252); }
H1.HeaderClassName
{
color: #4043FC;
}
.AnyTagClassName
{
color: #4043FC;
}
</style>
background-color css
<style>
a { background-color: #4043FC; }
a { background-color: rgb(64,67,252); }
div.DivClassName
{
background-color: #4043FC;
}
.BgClassName
{
background-color: #4043FC;
}
</style>
border-color css
<style>
span { border-color: #4043FC; }
span { border-color: rgb(64,67,252); }
td.TdClassName
{
border-color: #4043FC;
}
.TagClassName
{
border-color: #4043FC;
}
</style>