Shades of Neon Blue #4260FC
Tints of Neon Blue #4260FC
RGB
CMYK
RGB Variations
Color information
#4260FC (or 0x4260FC) is known color: Neon Blue. HEX triplet: 42, 60 and FC. RGB value is (66,96,252). Sum of RGB (Red+Green+Blue) = 66+96+252=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #4260FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4260FC is #BD9F03. Grayscale: #686868. Windows color (decimal): -12427012 or 16539714. OLE color: 16539714.
HSL color Cylindrical-coordinate representation of color #4260FC: hue angle of 230.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4260FC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 96 | 252 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.01 |
| HSL | 230.32º | 0.97% | 0.62% | - |
| HSV(B) | 230.32º | 0.74% | 0.99% | - |
| XYZ | 24 | 16.55 | 94.03 | - |
| YUV | 104.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 252 | 0.74 | 0.62 | 0 | 0.01 | 230.32 | 0.97 | 0.62 |
| Hex | 42 | 60 | FC | 4A | 3E | 0 | 1 | E6 | 61 | 3E |
| Octal | 102 | 140 | 374 | 112 | 76 | 0 | 1 | 346 | 141 | 76 |
| Binary | 1000010 | 1100000 | 11111100 | 1001010 | 111110 | 0 | 1 | 11100110 | 1100001 | 111110 |
Color Harmonies of #4260FC
Complementary color
Monochromatic Colors of #4260FC
Black with #4260FC
Text Example
Text Example
White with #4260FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4260FC; }
p { color: rgb(66,96,252); }
H1.HeaderClassName
{
color: #4260FC;
}
.AnyTagClassName
{
color: #4260FC;
}
</style>
background-color css
<style>
a { background-color: #4260FC; }
a { background-color: rgb(66,96,252); }
div.DivClassName
{
background-color: #4260FC;
}
.BgClassName
{
background-color: #4260FC;
}
</style>
border-color css
<style>
span { border-color: #4260FC; }
span { border-color: rgb(66,96,252); }
td.TdClassName
{
border-color: #4260FC;
}
.TagClassName
{
border-color: #4260FC;
}
</style>