Shades of Neon Blue #464CF4
Tints of Neon Blue #464CF4
RGB
CMYK
RGB Variations
Color information
#464CF4 (or 0x464CF4) is known color: Neon Blue. HEX triplet: 46, 4C and F4. RGB value is (70,76,244). Sum of RGB (Red+Green+Blue) = 70+76+244=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 244 (95.70% from 255 or 62.56% from 390); Max value from RGB is 244 - color contains mainly: blue. Hex color #464CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464CF4 is #B9B30B. Grayscale: #5C5C5C. Windows color (decimal): -12169996 or 16010310. OLE color: 16010310.
HSL color Cylindrical-coordinate representation of color #464CF4: hue angle of 237.93º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464CF4 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 76 | 244 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.04 |
| HSL | 237.93º | 0.89% | 0.62% | - |
| HSV(B) | 237.93º | 0.71% | 0.96% | - |
| XYZ | 21.44 | 13 | 86.97 | - |
| YUV | 93.36 | 213.01 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 244 | 0.71 | 0.69 | 0 | 0.04 | 237.93 | 0.89 | 0.62 |
| Hex | 46 | 4C | F4 | 47 | 45 | 0 | 4 | EE | 59 | 3E |
| Octal | 106 | 114 | 364 | 107 | 105 | 0 | 4 | 356 | 131 | 76 |
| Binary | 1000110 | 1001100 | 11110100 | 1000111 | 1000101 | 0 | 100 | 11101110 | 1011001 | 111110 |
Color Harmonies of #464CF4
Complementary color
Monochromatic Colors of #464CF4
Black with #464CF4
Text Example
Text Example
White with #464CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CF4; }
p { color: rgb(70,76,244); }
H1.HeaderClassName
{
color: #464CF4;
}
.AnyTagClassName
{
color: #464CF4;
}
</style>
background-color css
<style>
a { background-color: #464CF4; }
a { background-color: rgb(70,76,244); }
div.DivClassName
{
background-color: #464CF4;
}
.BgClassName
{
background-color: #464CF4;
}
</style>
border-color css
<style>
span { border-color: #464CF4; }
span { border-color: rgb(70,76,244); }
td.TdClassName
{
border-color: #464CF4;
}
.TagClassName
{
border-color: #464CF4;
}
</style>