Html Css Color HEX #323BEF Neon Blue

📋 copy color: '#323BEF'

red 50 ◦ green 59 ◦ blue 239

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

Shades of Neon Blue #323BEF

Tints of Neon Blue #323BEF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.95%

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 14.37%
G = 16.95%
B = 68.68%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#323BEF (or 0x323BEF) is known color: Neon Blue. HEX triplet: 32, 3B and EF. RGB value is (50,59,239). Sum of RGB (Red+Green+Blue) = 50+59+239=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #323BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323BEF is #CDC410. Grayscale: #4C4C4C. Windows color (decimal): -13485073 or 15678258. OLE color: 15678258.

HSL color Cylindrical-coordinate representation of color #323BEF: hue angle of 237.14º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323BEF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 59 239 -
CMYK 0.79 0.75 0 0.06
HSL 237.14º 0.86% 0.57% -
HSV(B) 237.14º 0.79% 0.94% -
XYZ 18.46 10.04 82.63 -
YUV 76.83 219.52 108.86 -
System Red Green Blue C M Y K H S L
Decimal 50 59 239 0.79 0.75 0 0.06 237.14 0.86 0.57
Hex 32 3B EF 4F 4B 0 6 ED 56 39
Octal 62 73 357 117 113 0 6 355 126 71
Binary 110010 111011 11101111 1001111 1001011 0 110 11101101 1010110 111001

Color Harmonies of #323BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BEF

Black with #323BEF

Text Example


Text Example

White with #323BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,239); }

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

background-color css

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

 a { background-color: rgb(50,59,239); }

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

border-color css

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

 span { border-color: rgb(50,59,239); }

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