Shades of Neon Blue #2338FE
Tints of Neon Blue #2338FE
RGB
CMYK
RGB Variations
Color information
#2338FE (or 0x2338FE) is known color: Neon Blue. HEX triplet: 23, 38 and FE. RGB value is (35,56,254). Sum of RGB (Red+Green+Blue) = 35+56+254=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #2338FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2338FE is #DCC701. Grayscale: #474747. Windows color (decimal): -14468866 or 16660515. OLE color: 16660515.
HSL color Cylindrical-coordinate representation of color #2338FE: hue angle of 234.25º 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 #2338FE is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 56 | 254 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.00 |
| HSL | 234.25º | 0.99% | 0.57% | - |
| HSV(B) | 234.25º | 0.86% | 1% | - |
| XYZ | 20 | 10.34 | 94.71 | - |
| YUV | 72.29 | 230.54 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 254 | 0.86 | 0.78 | 0 | 0.00 | 234.25 | 0.99 | 0.57 |
| Hex | 23 | 38 | FE | 56 | 4E | 0 | 0 | EA | 63 | 39 |
| Octal | 43 | 70 | 376 | 126 | 116 | 0 | 0 | 352 | 143 | 71 |
| Binary | 100011 | 111000 | 11111110 | 1010110 | 1001110 | 0 | 0 | 11101010 | 1100011 | 111001 |
Color Harmonies of #2338FE
Complementary color
Monochromatic Colors of #2338FE
Black with #2338FE
Text Example
Text Example
White with #2338FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2338FE; }
p { color: rgb(35,56,254); }
H1.HeaderClassName
{
color: #2338FE;
}
.AnyTagClassName
{
color: #2338FE;
}
</style>
background-color css
<style>
a { background-color: #2338FE; }
a { background-color: rgb(35,56,254); }
div.DivClassName
{
background-color: #2338FE;
}
.BgClassName
{
background-color: #2338FE;
}
</style>
border-color css
<style>
span { border-color: #2338FE; }
span { border-color: rgb(35,56,254); }
td.TdClassName
{
border-color: #2338FE;
}
.TagClassName
{
border-color: #2338FE;
}
</style>