#2E36F8

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

Shades of Neon Blue #2E36F8

Tints of Neon Blue #2E36F8

Color information

#2E36F8 (or 0x2E36F8) is unknown color: approx Neon Blue. HEX triplet: 2E, 36 and F8. RGB value is (46,54,248). Sum of RGB (Red+Green+Blue) = 46+54+248=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 248 (97.27% from 255 or 71.26% from 348); Max value from RGB is 248 - color contains mainly: blue. Hex color #2E36F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E36F8 is #D1C907. Grayscale: #484848. Windows color (decimal): -13748488 or 16266798. OLE color: 16266798.

HSL color Cylindrical-coordinate representation of color #2E36F8: hue angle of 237.62º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E36F8 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4654248-
CMYK0.810.7800.03
HSL237.62º93.52%57.65%-
HSV(B)237.62º81.45%97.25%-
XYZ19.391089.71-
YUV73.72226.35108.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.22%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 248 (97.27% from 255) = 71.26%
R=13.22%
G=15.52%
B=71.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal46542480.810.7800.03237.6293.5257.65
Hex2E36F8514E03ee5e3a
Octal56663701211160335613672
Binary1011101101101111100010100011001110011111011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E36F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E36F8; }

 p { color: rgb(46,54,248); }

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

<style>
 a { background-color: #2E36F8; }

 a { background-color: rgb(46,54,248); }

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

<style>
 span { border-color: #2E36F8; }

 span { border-color: rgb(46,54,248); }

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