Html Css Color HEX #324CFB Neon Blue

📋 copy color: '#324CFB'

red 50 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #324CFB

Tints of Neon Blue #324CFB

RGB

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

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

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

R = 13.26%
G = 20.16%
B = 66.58%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#324CFB (or 0x324CFB) is known color: Neon Blue. HEX triplet: 32, 4C and FB. RGB value is (50,76,251). Sum of RGB (Red+Green+Blue) = 50+76+251=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #324CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324CFB is #CDB304. Grayscale: #575757. Windows color (decimal): -13480709 or 16469042. OLE color: 16469042.

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

Color convert

RGB 50 76 251 -
CMYK 0.80 0.70 0 0.02
HSL 232.24º 0.96% 0.59% -
HSV(B) 232.24º 0.8% 0.98% -
XYZ 21.31 12.81 92.62 -
YUV 88.18 219.89 100.77 -
System Red Green Blue C M Y K H S L
Decimal 50 76 251 0.80 0.70 0 0.02 232.24 0.96 0.59
Hex 32 4C FB 50 46 0 2 E8 60 3B
Octal 62 114 373 120 106 0 2 350 140 73
Binary 110010 1001100 11111011 1010000 1000110 0 10 11101000 1100000 111011

Color Harmonies of #324CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CFB

Black with #324CFB

Text Example


Text Example

White with #324CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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