Html Css Color HEX #324CED Neon Blue

📋 copy color: '#324CED'

red 50 ◦ green 76 ◦ blue 237

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

Shades of Neon Blue #324CED

Tints of Neon Blue #324CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 13.77%
G = 20.94%
B = 65.29%

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

#324CED (or 0x324CED) is known color: Neon Blue. HEX triplet: 32, 4C and ED. RGB value is (50,76,237). Sum of RGB (Red+Green+Blue) = 50+76+237=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #324CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324CED is #CDB312. Grayscale: #555555. Windows color (decimal): -13480723 or 15551538. OLE color: 15551538.

HSL color Cylindrical-coordinate representation of color #324CED: hue angle of 231.66º degrees, saturation: 0.84, 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 #324CED is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 76 237 -
CMYK 0.79 0.68 0 0.07
HSL 231.66º 0.84% 0.56% -
HSV(B) 231.66º 0.79% 0.93% -
XYZ 19.19 11.96 81.42 -
YUV 86.58 212.89 101.91 -
System Red Green Blue C M Y K H S L
Decimal 50 76 237 0.79 0.68 0 0.07 231.66 0.84 0.56
Hex 32 4C ED 4F 44 0 7 E8 54 38
Octal 62 114 355 117 104 0 7 350 124 70
Binary 110010 1001100 11101101 1001111 1000100 0 111 11101000 1010100 111000

Color Harmonies of #324CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CED

Black with #324CED

Text Example


Text Example

White with #324CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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