#323DFD

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

Shades of Neon Blue #323DFD

Tints of Neon Blue #323DFD

Color information

#323DFD (or 0x323DFD) is unknown color: approx Neon Blue. HEX triplet: 32, 3D and FD. RGB value is (50,61,253). Sum of RGB (Red+Green+Blue) = 50+61+253=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #323DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323DFD is #CDC202. Grayscale: #4E4E4E. Windows color (decimal): -13484547 or 16596274. OLE color: 16596274.

HSL color Cylindrical-coordinate representation of color #323DFD: hue angle of 236.75º 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 #323DFD is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5061253-
CMYK0.800.7600.01
HSL236.75º98.07%59.41%-
HSV(B)236.75º80.24%99.22%-
XYZ20.7111.1193.98-
YUV79.6225.86106.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.74%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 253 (99.22% from 255) = 69.51%
R=13.74%
G=16.76%
B=69.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal50612530.800.7600.01236.7598.0759.41
Hex323DFD504C01ed623b
Octal62753751201140135514273
Binary110010111101111111011010000100110001111011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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