Html Css Color HEX #323CED Neon Blue

📋 copy color: '#323CED'

red 50 ◦ green 60 ◦ blue 237

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

Shades of Neon Blue #323CED

Tints of Neon Blue #323CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 14.41%
G = 17.29%
B = 68.3%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#323CED (or 0x323CED) is known color: Neon Blue. HEX triplet: 32, 3C and ED. RGB value is (50,60,237). Sum of RGB (Red+Green+Blue) = 50+60+237=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #323CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323CED is #CDC312. Grayscale: #4C4C4C. Windows color (decimal): -13484819 or 15547442. OLE color: 15547442.

HSL color Cylindrical-coordinate representation of color #323CED: hue angle of 236.79º degrees, saturation: 0.84, 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 #323CED is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 60 237 -
CMYK 0.79 0.75 0 0.07
HSL 236.79º 0.84% 0.56% -
HSV(B) 236.79º 0.79% 0.93% -
XYZ 18.22 10.02 81.1 -
YUV 77.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 50 60 237 0.79 0.75 0 0.07 236.79 0.84 0.56
Hex 32 3C ED 4F 4B 0 7 ED 54 38
Octal 62 74 355 117 113 0 7 355 124 70
Binary 110010 111100 11101101 1001111 1001011 0 111 11101101 1010100 111000

Color Harmonies of #323CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323CED

Black with #323CED

Text Example


Text Example

White with #323CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,60,237); }

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

background-color css

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

 a { background-color: rgb(50,60,237); }

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

border-color css

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

 span { border-color: rgb(50,60,237); }

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