Shades of Neon Blue #234CFF
Tints of Neon Blue #234CFF
RGB
CMYK
RGB Variations
Color information
#234CFF (or 0x234CFF) is known color: Neon Blue. HEX triplet: 23, 4C and FF. RGB value is (35,76,255). Sum of RGB (Red+Green+Blue) = 35+76+255=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #234CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234CFF is #DCB300. Grayscale: #535353. Windows color (decimal): -14463745 or 16731171. OLE color: 16731171.
HSL color Cylindrical-coordinate representation of color #234CFF: hue angle of 228.82º 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 #234CFF is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 76 | 255 | - |
| CMYK | 0.86 | 0.70 | 0 | 0 |
| HSL | 228.82º | 1% | 0.57% | - |
| HSV(B) | 228.82º | 0.86% | 1% | - |
| XYZ | 21.33 | 12.75 | 95.94 | - |
| YUV | 84.15 | 224.42 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 255 | 0.86 | 0.70 | 0 | 0 | 228.82 | 1 | 0.57 |
| Hex | 23 | 4C | FF | 56 | 46 | 0 | 0 | E5 | 64 | 39 |
| Octal | 43 | 114 | 377 | 126 | 106 | 0 | 0 | 345 | 144 | 71 |
| Binary | 100011 | 1001100 | 11111111 | 1010110 | 1000110 | 0 | 0 | 11100101 | 1100100 | 111001 |
Color Harmonies of #234CFF
Complementary color
Monochromatic Colors of #234CFF
Black with #234CFF
Text Example
Text Example
White with #234CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CFF; }
p { color: rgb(35,76,255); }
H1.HeaderClassName
{
color: #234CFF;
}
.AnyTagClassName
{
color: #234CFF;
}
</style>
background-color css
<style>
a { background-color: #234CFF; }
a { background-color: rgb(35,76,255); }
div.DivClassName
{
background-color: #234CFF;
}
.BgClassName
{
background-color: #234CFF;
}
</style>
border-color css
<style>
span { border-color: #234CFF; }
span { border-color: rgb(35,76,255); }
td.TdClassName
{
border-color: #234CFF;
}
.TagClassName
{
border-color: #234CFF;
}
</style>