Html Css Color HEX #324CF9 Neon Blue

📋 copy color: '#324CF9'

red 50 ◦ green 76 ◦ blue 249

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

Shades of Neon Blue #324CF9

Tints of Neon Blue #324CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 249 (97.66% from 255) = 66.4%

R = 13.33%
G = 20.27%
B = 66.4%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#324CF9 (or 0x324CF9) is known color: Neon Blue. HEX triplet: 32, 4C and F9. RGB value is (50,76,249). Sum of RGB (Red+Green+Blue) = 50+76+249=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #324CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324CF9 is #CDB306. Grayscale: #575757. Windows color (decimal): -13480711 or 16337970. OLE color: 16337970.

HSL color Cylindrical-coordinate representation of color #324CF9: hue angle of 232.16º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324CF9 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 76 249 -
CMYK 0.80 0.69 0 0.02
HSL 232.16º 0.94% 0.59% -
HSV(B) 232.16º 0.8% 0.98% -
XYZ 21 12.69 90.96 -
YUV 87.95 218.89 100.93 -
System Red Green Blue C M Y K H S L
Decimal 50 76 249 0.80 0.69 0 0.02 232.16 0.94 0.59
Hex 32 4C F9 50 45 0 2 E8 5E 3B
Octal 62 114 371 120 105 0 2 350 136 73
Binary 110010 1001100 11111001 1010000 1000101 0 10 11101000 1011110 111011

Color Harmonies of #324CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CF9

Black with #324CF9

Text Example


Text Example

White with #324CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,249); }

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

background-color css

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

 a { background-color: rgb(50,76,249); }

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

border-color css

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

 span { border-color: rgb(50,76,249); }

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