Html Css Color HEX #324AFD Neon Blue

📋 copy color: '#324AFD'

red 50 ◦ green 74 ◦ blue 253

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

Shades of Neon Blue #324AFD

Tints of Neon Blue #324AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

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

R = 13.26%
G = 19.63%
B = 67.11%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#324AFD (or 0x324AFD) is known color: Neon Blue. HEX triplet: 32, 4A and FD. RGB value is (50,74,253). Sum of RGB (Red+Green+Blue) = 50+74+253=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #324AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AFD is #CDB502. Grayscale: #565656. Windows color (decimal): -13481219 or 16599602. OLE color: 16599602.

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

Color convert

RGB 50 74 253 -
CMYK 0.80 0.71 0 0.01
HSL 232.91º 0.98% 0.59% -
HSV(B) 232.91º 0.8% 0.99% -
XYZ 21.49 12.67 94.24 -
YUV 87.23 221.55 101.45 -
System Red Green Blue C M Y K H S L
Decimal 50 74 253 0.80 0.71 0 0.01 232.91 0.98 0.59
Hex 32 4A FD 50 47 0 1 E9 62 3B
Octal 62 112 375 120 107 0 1 351 142 73
Binary 110010 1001010 11111101 1010000 1000111 0 1 11101001 1100010 111011

Color Harmonies of #324AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AFD

Black with #324AFD

Text Example


Text Example

White with #324AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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