#323EFD

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

Shades of Neon Blue #323EFD

Tints of Neon Blue #323EFD

Color information

#323EFD (or 0x323EFD) is unknown color: approx Neon Blue. HEX triplet: 32, 3E and FD. RGB value is (50,62,253). Sum of RGB (Red+Green+Blue) = 50+62+253=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #323EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323EFD is #CDC102. Grayscale: #4F4F4F. Windows color (decimal): -13484291 or 16596530. OLE color: 16596530.

HSL color Cylindrical-coordinate representation of color #323EFD: hue angle of 236.45º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #323EFD is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5062253-
CMYK0.800.7500.01
HSL236.45º98.07%59.41%-
HSV(B)236.45º80.24%99.22%-
XYZ20.7711.2294-
YUV80.19225.52106.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.70%
GREEN value IS 62 (24.61% from 255) = 16.99%
BLUE value IS 253 (99.22% from 255) = 69.32%
R=13.70%
G=16.99%
B=69.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal50622530.800.7500.01236.4598.0759.41
Hex323EFD504B01ec623b
Octal62763751201130135414273
Binary110010111110111111011010000100101101111011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323EFD; }

 p { color: rgb(50,62,253); }

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

<style>
 a { background-color: #323EFD; }

 a { background-color: rgb(50,62,253); }

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

<style>
 span { border-color: #323EFD; }

 span { border-color: rgb(50,62,253); }

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