Html Css Color HEX #324FFD Neon Blue

📋 copy color: '#324FFD'

red 50 ◦ green 79 ◦ blue 253

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

Shades of Neon Blue #324FFD

Tints of Neon Blue #324FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.68%

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

R = 13.09%
G = 20.68%
B = 66.23%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#324FFD (or 0x324FFD) is known color: Neon Blue. HEX triplet: 32, 4F and FD. RGB value is (50,79,253). Sum of RGB (Red+Green+Blue) = 50+79+253=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #324FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324FFD is #CDB002. Grayscale: #595959. Windows color (decimal): -13479939 or 16600882. OLE color: 16600882.

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

Color convert

RGB 50 79 253 -
CMYK 0.80 0.69 0 0.01
HSL 231.43º 0.98% 0.59% -
HSV(B) 231.43º 0.8% 0.99% -
XYZ 21.84 13.36 94.36 -
YUV 90.17 219.89 99.35 -
System Red Green Blue C M Y K H S L
Decimal 50 79 253 0.80 0.69 0 0.01 231.43 0.98 0.59
Hex 32 4F FD 50 45 0 1 E7 62 3B
Octal 62 117 375 120 105 0 1 347 142 73
Binary 110010 1001111 11111101 1010000 1000101 0 1 11100111 1100010 111011

Color Harmonies of #324FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FFD

Black with #324FFD

Text Example


Text Example

White with #324FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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