Html Css Color HEX #324FFA Neon Blue

📋 copy color: '#324FFA'

red 50 ◦ green 79 ◦ blue 250

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

Shades of Neon Blue #324FFA

Tints of Neon Blue #324FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.84%

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

R = 13.19%
G = 20.84%
B = 65.96%

CMYK

 C value IS 0.8

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#324FFA (or 0x324FFA) is known color: Neon Blue. HEX triplet: 32, 4F and FA. RGB value is (50,79,250). Sum of RGB (Red+Green+Blue) = 50+79+250=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #324FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324FFA is #CDB005. Grayscale: #595959. Windows color (decimal): -13479942 or 16404274. OLE color: 16404274.

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

Color convert

RGB 50 79 250 -
CMYK 0.8 0.68 0 0.02
HSL 231.3º 0.95% 0.59% -
HSV(B) 231.3º 0.8% 0.98% -
XYZ 21.37 13.17 91.86 -
YUV 89.82 218.39 99.6 -
System Red Green Blue C M Y K H S L
Decimal 50 79 250 0.8 0.68 0 0.02 231.3 0.95 0.59
Hex 32 4F FA 50 44 0 2 E7 5F 3B
Octal 62 117 372 120 104 0 2 347 137 73
Binary 110010 1001111 11111010 1010000 1000100 0 10 11100111 1011111 111011

Color Harmonies of #324FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FFA

Black with #324FFA

Text Example


Text Example

White with #324FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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