Shades of Neon Blue #234AFE
Tints of Neon Blue #234AFE
RGB
CMYK
RGB Variations
Color information
#234AFE (or 0x234AFE) is known color: Neon Blue. HEX triplet: 23, 4A and FE. RGB value is (35,74,254). Sum of RGB (Red+Green+Blue) = 35+74+254=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #234AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234AFE is #DCB501. Grayscale: #525252. Windows color (decimal): -14464258 or 16665123. OLE color: 16665123.
HSL color Cylindrical-coordinate representation of color #234AFE: hue angle of 229.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #234AFE is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 74 | 254 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.00 |
| HSL | 229.32º | 0.99% | 0.57% | - |
| HSV(B) | 229.32º | 0.86% | 1% | - |
| XYZ | 21.03 | 12.41 | 95.05 | - |
| YUV | 82.86 | 224.58 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 254 | 0.86 | 0.71 | 0 | 0.00 | 229.32 | 0.99 | 0.57 |
| Hex | 23 | 4A | FE | 56 | 47 | 0 | 0 | E5 | 63 | 39 |
| Octal | 43 | 112 | 376 | 126 | 107 | 0 | 0 | 345 | 143 | 71 |
| Binary | 100011 | 1001010 | 11111110 | 1010110 | 1000111 | 0 | 0 | 11100101 | 1100011 | 111001 |
Color Harmonies of #234AFE
Complementary color
Monochromatic Colors of #234AFE
Black with #234AFE
Text Example
Text Example
White with #234AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AFE; }
p { color: rgb(35,74,254); }
H1.HeaderClassName
{
color: #234AFE;
}
.AnyTagClassName
{
color: #234AFE;
}
</style>
background-color css
<style>
a { background-color: #234AFE; }
a { background-color: rgb(35,74,254); }
div.DivClassName
{
background-color: #234AFE;
}
.BgClassName
{
background-color: #234AFE;
}
</style>
border-color css
<style>
span { border-color: #234AFE; }
span { border-color: rgb(35,74,254); }
td.TdClassName
{
border-color: #234AFE;
}
.TagClassName
{
border-color: #234AFE;
}
</style>