Shades of Neon Blue #234AFF
Tints of Neon Blue #234AFF
RGB
CMYK
RGB Variations
Color information
#234AFF (or 0x234AFF) is known color: Neon Blue. HEX triplet: 23, 4A and FF. RGB value is (35,74,255). Sum of RGB (Red+Green+Blue) = 35+74+255=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #234AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234AFF is #DCB500. Grayscale: #525252. Windows color (decimal): -14464257 or 16730659. OLE color: 16730659.
HSL color Cylindrical-coordinate representation of color #234AFF: hue angle of 229.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #234AFF is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 74 | 255 | - |
| CMYK | 0.86 | 0.71 | 0 | 0 |
| HSL | 229.36º | 1% | 0.57% | - |
| HSV(B) | 229.36º | 0.86% | 1% | - |
| XYZ | 21.19 | 12.47 | 95.9 | - |
| YUV | 82.97 | 225.08 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 255 | 0.86 | 0.71 | 0 | 0 | 229.36 | 1 | 0.57 |
| Hex | 23 | 4A | FF | 56 | 47 | 0 | 0 | E5 | 64 | 39 |
| Octal | 43 | 112 | 377 | 126 | 107 | 0 | 0 | 345 | 144 | 71 |
| Binary | 100011 | 1001010 | 11111111 | 1010110 | 1000111 | 0 | 0 | 11100101 | 1100100 | 111001 |
Color Harmonies of #234AFF
Complementary color
Monochromatic Colors of #234AFF
Black with #234AFF
Text Example
Text Example
White with #234AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AFF; }
p { color: rgb(35,74,255); }
H1.HeaderClassName
{
color: #234AFF;
}
.AnyTagClassName
{
color: #234AFF;
}
</style>
background-color css
<style>
a { background-color: #234AFF; }
a { background-color: rgb(35,74,255); }
div.DivClassName
{
background-color: #234AFF;
}
.BgClassName
{
background-color: #234AFF;
}
</style>
border-color css
<style>
span { border-color: #234AFF; }
span { border-color: rgb(35,74,255); }
td.TdClassName
{
border-color: #234AFF;
}
.TagClassName
{
border-color: #234AFF;
}
</style>