#323CFD

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

Shades of Neon Blue #323CFD

Tints of Neon Blue #323CFD

Color information

#323CFD (or 0x323CFD) is unknown color: approx Neon Blue. HEX triplet: 32, 3C and FD. RGB value is (50,60,253). Sum of RGB (Red+Green+Blue) = 50+60+253=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #323CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323CFD is #CDC302. Grayscale: #4E4E4E. Windows color (decimal): -13484803 or 16596018. OLE color: 16596018.

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

Color convert

RGB5060253-
CMYK0.800.7600.01
HSL237.04º98.07%59.41%-
HSV(B)237.04º80.24%99.22%-
XYZ20.661193.96-
YUV79.01226.19107.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 60 (23.83% from 255) = 16.53%
BLUE value IS 253 (99.22% from 255) = 69.70%
R=13.77%
G=16.53%
B=69.70%

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
Decimal50602530.800.7600.01237.0498.0759.41
Hex323CFD504C01ed623b
Octal62743751201140135514273
Binary110010111100111111011010000100110001111011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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