Html Css Color HEX #324AF4 Neon Blue

📋 copy color: '#324AF4'

red 50 ◦ green 74 ◦ blue 244

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

Shades of Neon Blue #324AF4

Tints of Neon Blue #324AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 66.3%

R = 13.59%
G = 20.11%
B = 66.3%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#324AF4 (or 0x324AF4) is known color: Neon Blue. HEX triplet: 32, 4A and F4. RGB value is (50,74,244). Sum of RGB (Red+Green+Blue) = 50+74+244=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 244 (95.70% from 255 or 66.30% from 368); Max value from RGB is 244 - color contains mainly: blue. Hex color #324AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AF4 is #CDB50B. Grayscale: #555555. Windows color (decimal): -13481228 or 16009778. OLE color: 16009778.

HSL color Cylindrical-coordinate representation of color #324AF4: hue angle of 232.58º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324AF4 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 74 244 -
CMYK 0.80 0.70 0 0.04
HSL 232.58º 0.9% 0.58% -
HSV(B) 232.58º 0.8% 0.96% -
XYZ 20.09 12.11 86.87 -
YUV 86.2 217.05 102.18 -
System Red Green Blue C M Y K H S L
Decimal 50 74 244 0.80 0.70 0 0.04 232.58 0.9 0.58
Hex 32 4A F4 50 46 0 4 E9 5A 3A
Octal 62 112 364 120 106 0 4 351 132 72
Binary 110010 1001010 11110100 1010000 1000110 0 100 11101001 1011010 111010

Color Harmonies of #324AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AF4

Black with #324AF4

Text Example


Text Example

White with #324AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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