Shades of Neon Blue #4345FC
Tints of Neon Blue #4345FC
RGB
CMYK
RGB Variations
Color information
#4345FC (or 0x4345FC) is known color: Neon Blue. HEX triplet: 43, 45 and FC. RGB value is (67,69,252). Sum of RGB (Red+Green+Blue) = 67+69+252=388 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.27% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #4345FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4345FC is #BCBA03. Grayscale: #585858. Windows color (decimal): -12368388 or 16532803. OLE color: 16532803.
HSL color Cylindrical-coordinate representation of color #4345FC: hue angle of 239.35º 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 #4345FC is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 69 | 252 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.01 |
| HSL | 239.35º | 0.97% | 0.63% | - |
| HSV(B) | 239.35º | 0.73% | 0.99% | - |
| XYZ | 22.01 | 12.48 | 93.34 | - |
| YUV | 89.26 | 219.84 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 252 | 0.73 | 0.73 | 0 | 0.01 | 239.35 | 0.97 | 0.63 |
| Hex | 43 | 45 | FC | 49 | 49 | 0 | 1 | EF | 61 | 3F |
| Octal | 103 | 105 | 374 | 111 | 111 | 0 | 1 | 357 | 141 | 77 |
| Binary | 1000011 | 1000101 | 11111100 | 1001001 | 1001001 | 0 | 1 | 11101111 | 1100001 | 111111 |
Color Harmonies of #4345FC
Complementary color
Monochromatic Colors of #4345FC
Black with #4345FC
Text Example
Text Example
White with #4345FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4345FC; }
p { color: rgb(67,69,252); }
H1.HeaderClassName
{
color: #4345FC;
}
.AnyTagClassName
{
color: #4345FC;
}
</style>
background-color css
<style>
a { background-color: #4345FC; }
a { background-color: rgb(67,69,252); }
div.DivClassName
{
background-color: #4345FC;
}
.BgClassName
{
background-color: #4345FC;
}
</style>
border-color css
<style>
span { border-color: #4345FC; }
span { border-color: rgb(67,69,252); }
td.TdClassName
{
border-color: #4345FC;
}
.TagClassName
{
border-color: #4345FC;
}
</style>