Html Css Color HEX #324DFD Neon Blue

📋 copy color: '#324DFD'

red 50 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #324DFD

Tints of Neon Blue #324DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.58%

R = 13.16%
G = 20.26%
B = 66.58%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#324DFD (or 0x324DFD) is known color: Neon Blue. HEX triplet: 32, 4D and FD. RGB value is (50,77,253). Sum of RGB (Red+Green+Blue) = 50+77+253=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #324DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324DFD is #CDB202. Grayscale: #585858. Windows color (decimal): -13480451 or 16600370. OLE color: 16600370.

HSL color Cylindrical-coordinate representation of color #324DFD: hue angle of 232.02º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324DFD is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 77 253 -
CMYK 0.80 0.70 0 0.01
HSL 232.02º 0.98% 0.59% -
HSV(B) 232.02º 0.8% 0.99% -
XYZ 21.7 13.08 94.31 -
YUV 88.99 220.55 100.19 -
System Red Green Blue C M Y K H S L
Decimal 50 77 253 0.80 0.70 0 0.01 232.02 0.98 0.59
Hex 32 4D FD 50 46 0 1 E8 62 3B
Octal 62 115 375 120 106 0 1 350 142 73
Binary 110010 1001101 11111101 1010000 1000110 0 1 11101000 1100010 111011

Color Harmonies of #324DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DFD

Black with #324DFD

Text Example


Text Example

White with #324DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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