#2d3fef

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

Shades of Neon Blue #2D3FEF

Tints of Neon Blue #2D3FEF

Color information

#2D3FEF (or 0x2D3FEF) is unknown color: approx Neon Blue. HEX triplet: 2D, 3F and EF. RGB value is (45,63,239). Sum of RGB (Red+Green+Blue) = 45+63+239=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D3FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3FEF is #D2C010. Grayscale: #4C4C4C. Windows color (decimal): -13811729 or 15679277. OLE color: 15679277.

HSL color Cylindrical-coordinate representation of color #2D3FEF: hue angle of 234.43º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D3FEF is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4563239-
CMYK0.810.7400.06
HSL234.43º85.84%55.69%-
HSV(B)234.43º81.17%93.73%-
XYZ18.4410.3482.69-
YUV77.68219.04104.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.97%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 239 (93.75% from 255) = 68.88%
R=12.97%
G=18.16%
B=68.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal45632390.810.7400.06234.4385.8455.69
Hex2D3FEF514A06ea5638
Octal55773571211120635212670
Binary10110111111111101111101000110010100110111010101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d3fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,63,239); }

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

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

 a { background-color: rgb(45,63,239); }

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

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

 span { border-color: rgb(45,63,239); }

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