Shades of Neon Blue #234BFF
Tints of Neon Blue #234BFF
RGB
CMYK
RGB Variations
Color information
#234BFF (or 0x234BFF) is known color: Neon Blue. HEX triplet: 23, 4B and FF. RGB value is (35,75,255). Sum of RGB (Red+Green+Blue) = 35+75+255=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #234BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234BFF is #DCB400. Grayscale: #525252. Windows color (decimal): -14464001 or 16730915. OLE color: 16730915.
HSL color Cylindrical-coordinate representation of color #234BFF: hue angle of 229.09º 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 #234BFF is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 75 | 255 | - |
| CMYK | 0.86 | 0.71 | 0 | 0 |
| HSL | 229.09º | 1% | 0.57% | - |
| HSV(B) | 229.09º | 0.86% | 1% | - |
| XYZ | 21.26 | 12.61 | 95.92 | - |
| YUV | 83.56 | 224.75 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 255 | 0.86 | 0.71 | 0 | 0 | 229.09 | 1 | 0.57 |
| Hex | 23 | 4B | FF | 56 | 47 | 0 | 0 | E5 | 64 | 39 |
| Octal | 43 | 113 | 377 | 126 | 107 | 0 | 0 | 345 | 144 | 71 |
| Binary | 100011 | 1001011 | 11111111 | 1010110 | 1000111 | 0 | 0 | 11100101 | 1100100 | 111001 |
Color Harmonies of #234BFF
Complementary color
Monochromatic Colors of #234BFF
Black with #234BFF
Text Example
Text Example
White with #234BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BFF; }
p { color: rgb(35,75,255); }
H1.HeaderClassName
{
color: #234BFF;
}
.AnyTagClassName
{
color: #234BFF;
}
</style>
background-color css
<style>
a { background-color: #234BFF; }
a { background-color: rgb(35,75,255); }
div.DivClassName
{
background-color: #234BFF;
}
.BgClassName
{
background-color: #234BFF;
}
</style>
border-color css
<style>
span { border-color: #234BFF; }
span { border-color: rgb(35,75,255); }
td.TdClassName
{
border-color: #234BFF;
}
.TagClassName
{
border-color: #234BFF;
}
</style>