Shades of Neon Blue #233BFE
Tints of Neon Blue #233BFE
RGB
CMYK
RGB Variations
Color information
#233BFE (or 0x233BFE) is known color: Neon Blue. HEX triplet: 23, 3B and FE. RGB value is (35,59,254). Sum of RGB (Red+Green+Blue) = 35+59+254=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #233BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BFE is #DCC401. Grayscale: #494949. Windows color (decimal): -14468098 or 16661283. OLE color: 16661283.
HSL color Cylindrical-coordinate representation of color #233BFE: hue angle of 233.42º 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 #233BFE is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 59 | 254 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.00 |
| HSL | 233.42º | 0.99% | 0.57% | - |
| HSV(B) | 233.42º | 0.86% | 1% | - |
| XYZ | 20.15 | 10.64 | 94.76 | - |
| YUV | 74.05 | 229.55 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 254 | 0.86 | 0.77 | 0 | 0.00 | 233.42 | 0.99 | 0.57 |
| Hex | 23 | 3B | FE | 56 | 4D | 0 | 0 | E9 | 63 | 39 |
| Octal | 43 | 73 | 376 | 126 | 115 | 0 | 0 | 351 | 143 | 71 |
| Binary | 100011 | 111011 | 11111110 | 1010110 | 1001101 | 0 | 0 | 11101001 | 1100011 | 111001 |
Color Harmonies of #233BFE
Complementary color
Monochromatic Colors of #233BFE
Black with #233BFE
Text Example
Text Example
White with #233BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BFE; }
p { color: rgb(35,59,254); }
H1.HeaderClassName
{
color: #233BFE;
}
.AnyTagClassName
{
color: #233BFE;
}
</style>
background-color css
<style>
a { background-color: #233BFE; }
a { background-color: rgb(35,59,254); }
div.DivClassName
{
background-color: #233BFE;
}
.BgClassName
{
background-color: #233BFE;
}
</style>
border-color css
<style>
span { border-color: #233BFE; }
span { border-color: rgb(35,59,254); }
td.TdClassName
{
border-color: #233BFE;
}
.TagClassName
{
border-color: #233BFE;
}
</style>