Html Css Color HEX #324AF1 Neon Blue

📋 copy color: '#324AF1'

red 50 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #324AF1

Tints of Neon Blue #324AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 66.03%

R = 13.7%
G = 20.27%
B = 66.03%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#324AF1 (or 0x324AF1) is known color: Neon Blue. HEX triplet: 32, 4A and F1. RGB value is (50,74,241). Sum of RGB (Red+Green+Blue) = 50+74+241=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #324AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AF1 is #CDB50E. Grayscale: #555555. Windows color (decimal): -13481231 or 15813170. OLE color: 15813170.

HSL color Cylindrical-coordinate representation of color #324AF1: hue angle of 232.46º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324AF1 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 74 241 -
CMYK 0.79 0.69 0 0.05
HSL 232.46º 0.87% 0.57% -
HSV(B) 232.46º 0.79% 0.95% -
XYZ 19.64 11.93 84.49 -
YUV 85.86 215.55 102.42 -
System Red Green Blue C M Y K H S L
Decimal 50 74 241 0.79 0.69 0 0.05 232.46 0.87 0.57
Hex 32 4A F1 4F 45 0 5 E8 57 39
Octal 62 112 361 117 105 0 5 350 127 71
Binary 110010 1001010 11110001 1001111 1000101 0 101 11101000 1010111 111001

Color Harmonies of #324AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AF1

Black with #324AF1

Text Example


Text Example

White with #324AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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