Html Css Color HEX #323AFD Neon Blue

📋 copy color: '#323AFD'

red 50 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #323AFD

Tints of Neon Blue #323AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.07%

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

R = 13.85%
G = 16.07%
B = 70.08%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#323AFD (or 0x323AFD) is known color: Neon Blue. HEX triplet: 32, 3A and FD. RGB value is (50,58,253). Sum of RGB (Red+Green+Blue) = 50+58+253=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #323AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323AFD is #CDC502. Grayscale: #4D4D4D. Windows color (decimal): -13485315 or 16595506. OLE color: 16595506.

HSL color Cylindrical-coordinate representation of color #323AFD: hue angle of 237.64º 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 #323AFD is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 58 253 -
CMYK 0.80 0.77 0 0.01
HSL 237.64º 0.98% 0.59% -
HSV(B) 237.64º 0.8% 0.99% -
XYZ 20.56 10.8 93.93 -
YUV 77.84 226.85 108.14 -
System Red Green Blue C M Y K H S L
Decimal 50 58 253 0.80 0.77 0 0.01 237.64 0.98 0.59
Hex 32 3A FD 50 4D 0 1 EE 62 3B
Octal 62 72 375 120 115 0 1 356 142 73
Binary 110010 111010 11111101 1010000 1001101 0 1 11101110 1100010 111011

Color Harmonies of #323AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323AFD

Black with #323AFD

Text Example


Text Example

White with #323AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323AFD; }

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

 H1.HeaderClassName
 {
   color: #323AFD;
 }
 .AnyTagClassName
 {
   color: #323AFD;
 }
</style>

background-color css

<style>
 a { background-color: #323AFD; }

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

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

border-color css

<style>
 span { border-color: #323AFD; }

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

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