Html Css Color HEX #324DFB Neon Blue

📋 copy color: '#324DFB'

red 50 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #324DFB

Tints of Neon Blue #324DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.4%

R = 13.23%
G = 20.37%
B = 66.4%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#324DFB (or 0x324DFB) is known color: Neon Blue. HEX triplet: 32, 4D and FB. RGB value is (50,77,251). Sum of RGB (Red+Green+Blue) = 50+77+251=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #324DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324DFB is #CDB204. Grayscale: #585858. Windows color (decimal): -13480453 or 16469298. OLE color: 16469298.

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

Color convert

RGB 50 77 251 -
CMYK 0.80 0.69 0 0.02
HSL 231.94º 0.96% 0.59% -
HSV(B) 231.94º 0.8% 0.98% -
XYZ 21.38 12.95 92.64 -
YUV 88.76 219.55 100.35 -
System Red Green Blue C M Y K H S L
Decimal 50 77 251 0.80 0.69 0 0.02 231.94 0.96 0.59
Hex 32 4D FB 50 45 0 2 E8 60 3B
Octal 62 115 373 120 105 0 2 350 140 73
Binary 110010 1001101 11111011 1010000 1000101 0 10 11101000 1100000 111011

Color Harmonies of #324DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DFB

Black with #324DFB

Text Example


Text Example

White with #324DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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