Shades of Neon Blue #4651F2
Tints of Neon Blue #4651F2
RGB
CMYK
RGB Variations
Color information
#4651F2 (or 0x4651F2) is known color: Neon Blue. HEX triplet: 46, 51 and F2. RGB value is (70,81,242). Sum of RGB (Red+Green+Blue) = 70+81+242=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #4651F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4651F2 is #B9AE0D. Grayscale: #5F5F5F. Windows color (decimal): -12168718 or 15880518. OLE color: 15880518.
HSL color Cylindrical-coordinate representation of color #4651F2: hue angle of 236.16º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4651F2 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 81 | 242 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.05 |
| HSL | 236.16º | 0.87% | 0.61% | - |
| HSV(B) | 236.16º | 0.71% | 0.95% | - |
| XYZ | 21.5 | 13.6 | 85.5 | - |
| YUV | 96.07 | 210.36 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 242 | 0.71 | 0.67 | 0 | 0.05 | 236.16 | 0.87 | 0.61 |
| Hex | 46 | 51 | F2 | 47 | 43 | 0 | 5 | EC | 57 | 3D |
| Octal | 106 | 121 | 362 | 107 | 103 | 0 | 5 | 354 | 127 | 75 |
| Binary | 1000110 | 1010001 | 11110010 | 1000111 | 1000011 | 0 | 101 | 11101100 | 1010111 | 111101 |
Color Harmonies of #4651F2
Complementary color
Monochromatic Colors of #4651F2
Black with #4651F2
Text Example
Text Example
White with #4651F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4651F2; }
p { color: rgb(70,81,242); }
H1.HeaderClassName
{
color: #4651F2;
}
.AnyTagClassName
{
color: #4651F2;
}
</style>
background-color css
<style>
a { background-color: #4651F2; }
a { background-color: rgb(70,81,242); }
div.DivClassName
{
background-color: #4651F2;
}
.BgClassName
{
background-color: #4651F2;
}
</style>
border-color css
<style>
span { border-color: #4651F2; }
span { border-color: rgb(70,81,242); }
td.TdClassName
{
border-color: #4651F2;
}
.TagClassName
{
border-color: #4651F2;
}
</style>