#2D35ED

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

Shades of Neon Blue #2D35ED

Tints of Neon Blue #2D35ED

Color information

#2D35ED (or 0x2D35ED) is unknown color: approx Neon Blue. HEX triplet: 2D, 35 and ED. RGB value is (45,53,237). Sum of RGB (Red+Green+Blue) = 45+53+237=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #2D35ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D35ED is #D2CA12. Grayscale: #464646. Windows color (decimal): -13814291 or 15545645. OLE color: 15545645.

HSL color Cylindrical-coordinate representation of color #2D35ED: hue angle of 237.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D35ED is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4553237-
CMYK0.810.7800.07
HSL237.5º84.21%55.29%-
HSV(B)237.5º81.01%92.94%-
XYZ17.649.2280.97-
YUV71.58221.35109.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.43%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 237 (92.97% from 255) = 70.75%
R=13.43%
G=15.82%
B=70.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal45532370.810.7800.07237.584.2155.29
Hex2D35ED514E07ee5437
Octal55653551211160735612467
Binary10110111010111101101101000110011100111111011101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D35ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,53,237); }

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

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

 a { background-color: rgb(45,53,237); }

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

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

 span { border-color: rgb(45,53,237); }

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