Html Css Color HEX #324DFA Neon Blue

📋 copy color: '#324DFA'

red 50 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #324DFA

Tints of Neon Blue #324DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

 BLUE value IS 250 (98.05% from 255) = 66.31%

R = 13.26%
G = 20.42%
B = 66.31%

CMYK

 C value IS 0.8

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#324DFA (or 0x324DFA) is known color: Neon Blue. HEX triplet: 32, 4D and FA. RGB value is (50,77,250). Sum of RGB (Red+Green+Blue) = 50+77+250=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #324DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324DFA is #CDB205. Grayscale: #575757. Windows color (decimal): -13480454 or 16403762. OLE color: 16403762.

HSL color Cylindrical-coordinate representation of color #324DFA: hue angle of 231.9º degrees, saturation: 0.95, 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 #324DFA is Cyan = 0.8, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 77 250 -
CMYK 0.8 0.69 0 0.02
HSL 231.9º 0.95% 0.59% -
HSV(B) 231.9º 0.8% 0.98% -
XYZ 21.22 12.89 91.81 -
YUV 88.65 219.05 100.43 -
System Red Green Blue C M Y K H S L
Decimal 50 77 250 0.8 0.69 0 0.02 231.9 0.95 0.59
Hex 32 4D FA 50 45 0 2 E8 5F 3B
Octal 62 115 372 120 105 0 2 350 137 73
Binary 110010 1001101 11111010 1010000 1000101 0 10 11101000 1011111 111011

Color Harmonies of #324DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DFA

Black with #324DFA

Text Example


Text Example

White with #324DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,77,250); }

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

background-color css

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

 a { background-color: rgb(50,77,250); }

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

border-color css

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

 span { border-color: rgb(50,77,250); }

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