#2E33F1

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

Shades of Neon Blue #2E33F1

Tints of Neon Blue #2E33F1

Color information

#2E33F1 (or 0x2E33F1) is unknown color: approx Neon Blue. HEX triplet: 2E, 33 and F1. RGB value is (46,51,241). Sum of RGB (Red+Green+Blue) = 46+51+241=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E33F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E33F1 is #D1CC0E. Grayscale: #464646. Windows color (decimal): -13749263 or 15807278. OLE color: 15807278.

HSL color Cylindrical-coordinate representation of color #2E33F1: hue angle of 238.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E33F1 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4651241-
CMYK0.810.7900.05
HSL238.46º87.44%56.27%-
HSV(B)238.46º80.91%94.51%-
XYZ18.199.384.06-
YUV71.16223.84110.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.61%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 241 (94.53% from 255) = 71.30%
R=13.61%
G=15.09%
B=71.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46512410.810.7900.05238.4687.4456.27
Hex2E33F1514F05ee5738
Octal56633611211170535612770
Binary10111011001111110001101000110011110101111011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E33F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,51,241); }

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

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

 a { background-color: rgb(46,51,241); }

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

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

 span { border-color: rgb(46,51,241); }

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