#2E30F1

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

Shades of Neon Blue #2E30F1

Tints of Neon Blue #2E30F1

Color information

#2E30F1 (or 0x2E30F1) is unknown color: approx Neon Blue. HEX triplet: 2E, 30 and F1. RGB value is (46,48,241). Sum of RGB (Red+Green+Blue) = 46+48+241=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E30F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E30F1 is #D1CF0E. Grayscale: #444444. Windows color (decimal): -13750031 or 15806510. OLE color: 15806510.

HSL color Cylindrical-coordinate representation of color #2E30F1: hue angle of 239.38º 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 #2E30F1 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4648241-
CMYK0.810.8000.05
HSL239.38º87.44%56.27%-
HSV(B)239.38º80.91%94.51%-
XYZ18.069.0584.01-
YUV69.4224.84111.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.73%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 241 (94.53% from 255) = 71.94%
R=13.73%
G=14.33%
B=71.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46482410.810.8000.05239.3887.4456.27
Hex2E30F1515005ef5738
Octal56603611211200535712770
Binary10111011000011110001101000110100000101111011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E30F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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