Html Css Color HEX #324AF8 Neon Blue

📋 copy color: '#324AF8'

red 50 ◦ green 74 ◦ blue 248

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

Shades of Neon Blue #324AF8

Tints of Neon Blue #324AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

 BLUE value IS 248 (97.27% from 255) = 66.67%

R = 13.44%
G = 19.89%
B = 66.67%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#324AF8 (or 0x324AF8) is known color: Neon Blue. HEX triplet: 32, 4A and F8. RGB value is (50,74,248). Sum of RGB (Red+Green+Blue) = 50+74+248=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #324AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AF8 is #CDB507. Grayscale: #555555. Windows color (decimal): -13481224 or 16271922. OLE color: 16271922.

HSL color Cylindrical-coordinate representation of color #324AF8: hue angle of 232.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324AF8 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 50 74 248 -
CMYK 0.80 0.70 0 0.03
HSL 232.73º 0.93% 0.58% -
HSV(B) 232.73º 0.8% 0.97% -
XYZ 20.71 12.35 90.1 -
YUV 86.66 219.05 101.85 -
System Red Green Blue C M Y K H S L
Decimal 50 74 248 0.80 0.70 0 0.03 232.73 0.93 0.58
Hex 32 4A F8 50 46 0 3 E9 5D 3A
Octal 62 112 370 120 106 0 3 351 135 72
Binary 110010 1001010 11111000 1010000 1000110 0 11 11101001 1011101 111010

Color Harmonies of #324AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AF8

Black with #324AF8

Text Example


Text Example

White with #324AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,74,248); }

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

background-color css

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

 a { background-color: rgb(50,74,248); }

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

border-color css

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

 span { border-color: rgb(50,74,248); }

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