Html Css Color HEX #323FFD Neon Blue

📋 copy color: '#323FFD'

red 50 ◦ green 63 ◦ blue 253

#323FFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #323FFD

Tints of Neon Blue #323FFD

RGB

 RED value IS 50 (19.92% from 255) = 13.66%

 GREEN value IS 63 (25% from 255) = 17.21%

 BLUE value IS 253 (99.22% from 255) = 69.13%

R = 13.66%
G = 17.21%
B = 69.13%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#323FFD (or 0x323FFD) is known color: Neon Blue. HEX triplet: 32, 3F and FD. RGB value is (50,63,253). Sum of RGB (Red+Green+Blue) = 50+63+253=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #323FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323FFD is #CDC002. Grayscale: #505050. Windows color (decimal): -13484035 or 16596786. OLE color: 16596786.

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

Color convert

RGB 50 63 253 -
CMYK 0.80 0.75 0 0.01
HSL 236.16º 0.98% 0.59% -
HSV(B) 236.16º 0.8% 0.99% -
XYZ 20.82 11.32 94.02 -
YUV 80.77 225.19 106.05 -
System Red Green Blue C M Y K H S L
Decimal 50 63 253 0.80 0.75 0 0.01 236.16 0.98 0.59
Hex 32 3F FD 50 4B 0 1 EC 62 3B
Octal 62 77 375 120 113 0 1 354 142 73
Binary 110010 111111 11111101 1010000 1001011 0 1 11101100 1100010 111011

Color Harmonies of #323FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FFD

Black with #323FFD

Text Example


Text Example

White with #323FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #323FFD;
 }
 .AnyTagClassName
 {
   color: #323FFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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