#2331EF

Color #2331EF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #2331EF

Tints of Neon Blue #2331EF

Color information

#2331EF (or 0x2331EF) is unknown color: approx Neon Blue. HEX triplet: 23, 31 and EF. RGB value is (35,49,239). Sum of RGB (Red+Green+Blue) = 35+49+239=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #2331EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2331EF is #DCCE10. Grayscale: #414141. Windows color (decimal): -14470673 or 15675683. OLE color: 15675683.

HSL color Cylindrical-coordinate representation of color #2331EF: hue angle of 235.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2331EF is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3549239-
CMYK0.850.7900.06
HSL235.88º86.44%53.73%-
HSV(B)235.88º85.36%93.73%-
XYZ17.378.7982.44-
YUV66.47225.36105.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 10.84%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 239 (93.75% from 255) = 73.99%
R=10.84%
G=15.17%
B=73.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal35492390.850.7900.06235.8886.4453.73
Hex2331EF554F06ec5636
Octal43613571251170635412666
Binary10001111000111101111101010110011110110111011001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2331EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2331EF; }

 p { color: rgb(35,49,239); }

 H1.HeaderClassName
 {
   color: #2331EF;
 }
 .AnyTagClassName
 {
   color: #2331EF;
 }
</style>
background-color css

<style>
 a { background-color: #2331EF; }

 a { background-color: rgb(35,49,239); }

 div.DivClassName
 {
   background-color: #2331EF;
 }
 .BgClassName
 {
   background-color: #2331EF;
 }
</style>
border-color css

<style>
 span { border-color: #2331EF; }

 span { border-color: rgb(35,49,239); }

 td.TdClassName
 {
   border-color: #2331EF;
 }
 .TagClassName
 {
   border-color: #2331EF;
 }
</style>