Html Css Color HEX #324CEE Neon Blue

📋 copy color: '#324CEE'

red 50 ◦ green 76 ◦ blue 238

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

Shades of Neon Blue #324CEE

Tints of Neon Blue #324CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.38%

R = 13.74%
G = 20.88%
B = 65.38%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#324CEE (or 0x324CEE) is known color: Neon Blue. HEX triplet: 32, 4C and EE. RGB value is (50,76,238). Sum of RGB (Red+Green+Blue) = 50+76+238=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #324CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324CEE is #CDB311. Grayscale: #565656. Windows color (decimal): -13480722 or 15617074. OLE color: 15617074.

HSL color Cylindrical-coordinate representation of color #324CEE: hue angle of 231.7º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324CEE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 76 238 -
CMYK 0.79 0.68 0 0.07
HSL 231.7º 0.85% 0.56% -
HSV(B) 231.7º 0.79% 0.93% -
XYZ 19.33 12.02 82.19 -
YUV 86.69 213.39 101.83 -
System Red Green Blue C M Y K H S L
Decimal 50 76 238 0.79 0.68 0 0.07 231.7 0.85 0.56
Hex 32 4C EE 4F 44 0 7 E8 55 38
Octal 62 114 356 117 104 0 7 350 125 70
Binary 110010 1001100 11101110 1001111 1000100 0 111 11101000 1010101 111000

Color Harmonies of #324CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CEE

Black with #324CEE

Text Example


Text Example

White with #324CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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