Html Css Color HEX #324BFB Neon Blue

📋 copy color: '#324BFB'

red 50 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #324BFB

Tints of Neon Blue #324BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

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

R = 13.3%
G = 19.95%
B = 66.76%

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

#324BFB (or 0x324BFB) is known color: Neon Blue. HEX triplet: 32, 4B and FB. RGB value is (50,75,251). Sum of RGB (Red+Green+Blue) = 50+75+251=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #324BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324BFB is #CDB404. Grayscale: #565656. Windows color (decimal): -13480965 or 16468786. OLE color: 16468786.

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

Color convert

RGB 50 75 251 -
CMYK 0.80 0.70 0 0.02
HSL 232.54º 0.96% 0.59% -
HSV(B) 232.54º 0.8% 0.98% -
XYZ 21.24 12.68 92.59 -
YUV 87.59 220.22 101.19 -
System Red Green Blue C M Y K H S L
Decimal 50 75 251 0.80 0.70 0 0.02 232.54 0.96 0.59
Hex 32 4B FB 50 46 0 2 E9 60 3B
Octal 62 113 373 120 106 0 2 351 140 73
Binary 110010 1001011 11111011 1010000 1000110 0 10 11101001 1100000 111011

Color Harmonies of #324BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BFB

Black with #324BFB

Text Example


Text Example

White with #324BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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