#2D36F9

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

Shades of Neon Blue #2D36F9

Tints of Neon Blue #2D36F9

Color information

#2D36F9 (or 0x2D36F9) is unknown color: approx Neon Blue. HEX triplet: 2D, 36 and F9. RGB value is (45,54,249). Sum of RGB (Red+Green+Blue) = 45+54+249=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 249 (97.66% from 255 or 71.55% from 348); Max value from RGB is 249 - color contains mainly: blue. Hex color #2D36F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D36F9 is #D2C906. Grayscale: #484848. Windows color (decimal): -13814023 or 16332333. OLE color: 16332333.

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

Color convert

RGB4554249-
CMYK0.820.7800.02
HSL237.35º94.44%57.65%-
HSV(B)237.35º81.93%97.65%-
XYZ19.510.0490.53-
YUV73.54227.02107.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.93%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 249 (97.66% from 255) = 71.55%
R=12.93%
G=15.52%
B=71.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal45542490.820.7800.02237.3594.4457.65
Hex2D36F9524E02ed5e3a
Octal55663711221160235513672
Binary1011011101101111100110100101001110010111011011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D36F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,54,249); }

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

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

 a { background-color: rgb(45,54,249); }

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

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

 span { border-color: rgb(45,54,249); }

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