Shades of Neon Blue #4359FA
Tints of Neon Blue #4359FA
RGB
CMYK
RGB Variations
Color information
#4359FA (or 0x4359FA) is known color: Neon Blue. HEX triplet: 43, 59 and FA. RGB value is (67,89,250). Sum of RGB (Red+Green+Blue) = 67+89+250=406 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.50% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #4359FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4359FA is #BCA605. Grayscale: #646464. Windows color (decimal): -12363270 or 16406851. OLE color: 16406851.
HSL color Cylindrical-coordinate representation of color #4359FA: hue angle of 232.79º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4359FA is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 89 | 250 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.02 |
| HSL | 232.79º | 0.95% | 0.62% | - |
| HSV(B) | 232.79º | 0.73% | 0.98% | - |
| XYZ | 23.14 | 15.24 | 92.16 | - |
| YUV | 100.78 | 212.21 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 250 | 0.73 | 0.64 | 0 | 0.02 | 232.79 | 0.95 | 0.62 |
| Hex | 43 | 59 | FA | 49 | 40 | 0 | 2 | E9 | 5F | 3E |
| Octal | 103 | 131 | 372 | 111 | 100 | 0 | 2 | 351 | 137 | 76 |
| Binary | 1000011 | 1011001 | 11111010 | 1001001 | 1000000 | 0 | 10 | 11101001 | 1011111 | 111110 |
Color Harmonies of #4359FA
Complementary color
Monochromatic Colors of #4359FA
Black with #4359FA
Text Example
Text Example
White with #4359FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4359FA; }
p { color: rgb(67,89,250); }
H1.HeaderClassName
{
color: #4359FA;
}
.AnyTagClassName
{
color: #4359FA;
}
</style>
background-color css
<style>
a { background-color: #4359FA; }
a { background-color: rgb(67,89,250); }
div.DivClassName
{
background-color: #4359FA;
}
.BgClassName
{
background-color: #4359FA;
}
</style>
border-color css
<style>
span { border-color: #4359FA; }
span { border-color: rgb(67,89,250); }
td.TdClassName
{
border-color: #4359FA;
}
.TagClassName
{
border-color: #4359FA;
}
</style>