Html Css Color HEX #324EFB Neon Blue

📋 copy color: '#324EFB'

red 50 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #324EFB

Tints of Neon Blue #324EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

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

R = 13.19%
G = 20.58%
B = 66.23%

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

#324EFB (or 0x324EFB) is known color: Neon Blue. HEX triplet: 32, 4E and FB. RGB value is (50,78,251). Sum of RGB (Red+Green+Blue) = 50+78+251=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #324EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EFB is #CDB104. Grayscale: #585858. Windows color (decimal): -13480197 or 16469554. OLE color: 16469554.

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

Color convert

RGB 50 78 251 -
CMYK 0.80 0.69 0 0.02
HSL 231.64º 0.96% 0.59% -
HSV(B) 231.64º 0.8% 0.98% -
XYZ 21.45 13.09 92.66 -
YUV 89.35 219.22 99.93 -
System Red Green Blue C M Y K H S L
Decimal 50 78 251 0.80 0.69 0 0.02 231.64 0.96 0.59
Hex 32 4E FB 50 45 0 2 E8 60 3B
Octal 62 116 373 120 105 0 2 350 140 73
Binary 110010 1001110 11111011 1010000 1000101 0 10 11101000 1100000 111011

Color Harmonies of #324EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EFB

Black with #324EFB

Text Example


Text Example

White with #324EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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