Shades of Neon Blue #233FFC
Tints of Neon Blue #233FFC
RGB
CMYK
RGB Variations
Color information
#233FFC (or 0x233FFC) is known color: Neon Blue. HEX triplet: 23, 3F and FC. RGB value is (35,63,252). Sum of RGB (Red+Green+Blue) = 35+63+252=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #233FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233FFC is #DCC003. Grayscale: #4B4B4B. Windows color (decimal): -14467076 or 16531235. OLE color: 16531235.
HSL color Cylindrical-coordinate representation of color #233FFC: hue angle of 232.26º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233FFC is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 63 | 252 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.01 |
| HSL | 232.26º | 0.97% | 0.56% | - |
| HSV(B) | 232.26º | 0.86% | 0.99% | - |
| XYZ | 20.04 | 10.94 | 93.15 | - |
| YUV | 76.17 | 227.22 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 252 | 0.86 | 0.75 | 0 | 0.01 | 232.26 | 0.97 | 0.56 |
| Hex | 23 | 3F | FC | 56 | 4B | 0 | 1 | E8 | 61 | 38 |
| Octal | 43 | 77 | 374 | 126 | 113 | 0 | 1 | 350 | 141 | 70 |
| Binary | 100011 | 111111 | 11111100 | 1010110 | 1001011 | 0 | 1 | 11101000 | 1100001 | 111000 |
Color Harmonies of #233FFC
Complementary color
Monochromatic Colors of #233FFC
Black with #233FFC
Text Example
Text Example
White with #233FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FFC; }
p { color: rgb(35,63,252); }
H1.HeaderClassName
{
color: #233FFC;
}
.AnyTagClassName
{
color: #233FFC;
}
</style>
background-color css
<style>
a { background-color: #233FFC; }
a { background-color: rgb(35,63,252); }
div.DivClassName
{
background-color: #233FFC;
}
.BgClassName
{
background-color: #233FFC;
}
</style>
border-color css
<style>
span { border-color: #233FFC; }
span { border-color: rgb(35,63,252); }
td.TdClassName
{
border-color: #233FFC;
}
.TagClassName
{
border-color: #233FFC;
}
</style>