Shades of Neon Blue #4354F9
Tints of Neon Blue #4354F9
RGB
CMYK
RGB Variations
Color information
#4354F9 (or 0x4354F9) is known color: Neon Blue. HEX triplet: 43, 54 and F9. RGB value is (67,84,249). Sum of RGB (Red+Green+Blue) = 67+84+249=400 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 249 (97.66% from 255 or 62.25% from 400); Max value from RGB is 249 - color contains mainly: blue. Hex color #4354F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4354F9 is #BCAB06. Grayscale: #616161. Windows color (decimal): -12364551 or 16340035. OLE color: 16340035.
HSL color Cylindrical-coordinate representation of color #4354F9: hue angle of 234.4º degrees, saturation: 0.94, 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 #4354F9 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 84 | 249 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.02 |
| HSL | 234.4º | 0.94% | 0.62% | - |
| HSV(B) | 234.4º | 0.73% | 0.98% | - |
| XYZ | 22.58 | 14.37 | 91.21 | - |
| YUV | 97.73 | 213.37 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 249 | 0.73 | 0.66 | 0 | 0.02 | 234.4 | 0.94 | 0.62 |
| Hex | 43 | 54 | F9 | 49 | 42 | 0 | 2 | EA | 5E | 3E |
| Octal | 103 | 124 | 371 | 111 | 102 | 0 | 2 | 352 | 136 | 76 |
| Binary | 1000011 | 1010100 | 11111001 | 1001001 | 1000010 | 0 | 10 | 11101010 | 1011110 | 111110 |
Color Harmonies of #4354F9
Complementary color
Monochromatic Colors of #4354F9
Black with #4354F9
Text Example
Text Example
White with #4354F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354F9; }
p { color: rgb(67,84,249); }
H1.HeaderClassName
{
color: #4354F9;
}
.AnyTagClassName
{
color: #4354F9;
}
</style>
background-color css
<style>
a { background-color: #4354F9; }
a { background-color: rgb(67,84,249); }
div.DivClassName
{
background-color: #4354F9;
}
.BgClassName
{
background-color: #4354F9;
}
</style>
border-color css
<style>
span { border-color: #4354F9; }
span { border-color: rgb(67,84,249); }
td.TdClassName
{
border-color: #4354F9;
}
.TagClassName
{
border-color: #4354F9;
}
</style>