Html Css Color HEX #323FEE Neon Blue

📋 copy color: '#323FEE'

red 50 ◦ green 63 ◦ blue 238

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

Shades of Neon Blue #323FEE

Tints of Neon Blue #323FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.95%

 BLUE value IS 238 (93.36% from 255) = 67.81%

R = 14.25%
G = 17.95%
B = 67.81%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#323FEE (or 0x323FEE) is known color: Neon Blue. HEX triplet: 32, 3F and EE. RGB value is (50,63,238). Sum of RGB (Red+Green+Blue) = 50+63+238=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #323FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323FEE is #CDC011. Grayscale: #4E4E4E. Windows color (decimal): -13484050 or 15613746. OLE color: 15613746.

HSL color Cylindrical-coordinate representation of color #323FEE: hue angle of 235.85º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323FEE is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 63 238 -
CMYK 0.79 0.74 0 0.07
HSL 235.85º 0.85% 0.56% -
HSV(B) 235.85º 0.79% 0.93% -
XYZ 18.53 10.41 81.92 -
YUV 79.06 217.69 107.27 -
System Red Green Blue C M Y K H S L
Decimal 50 63 238 0.79 0.74 0 0.07 235.85 0.85 0.56
Hex 32 3F EE 4F 4A 0 7 EC 55 38
Octal 62 77 356 117 112 0 7 354 125 70
Binary 110010 111111 11101110 1001111 1001010 0 111 11101100 1010101 111000

Color Harmonies of #323FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FEE

Black with #323FEE

Text Example


Text Example

White with #323FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,63,238); }

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

background-color css

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

 a { background-color: rgb(50,63,238); }

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

border-color css

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

 span { border-color: rgb(50,63,238); }

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