Html Css Color HEX #332EED Neon Blue

📋 copy color: '#332EED'

red 51 ◦ green 46 ◦ blue 237

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

Shades of Neon Blue #332EED

Tints of Neon Blue #332EED

RGB

 RED value IS 51 (20.31% from 255) = 15.27%

 GREEN value IS 46 (18.36% from 255) = 13.77%

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

R = 15.27%
G = 13.77%
B = 70.96%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#332EED (or 0x332EED) is known color: Neon Blue. HEX triplet: 33, 2E and ED. RGB value is (51,46,237). Sum of RGB (Red+Green+Blue) = 51+46+237=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #332EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332EED is #CCD112. Grayscale: #444444. Windows color (decimal): -13422867 or 15543859. OLE color: 15543859.

HSL color Cylindrical-coordinate representation of color #332EED: hue angle of 241.57º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332EED is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 46 237 -
CMYK 0.78 0.81 0 0.07
HSL 241.57º 0.84% 0.55% -
HSV(B) 241.57º 0.81% 0.93% -
XYZ 17.63 8.77 80.88 -
YUV 69.27 222.66 114.97 -
System Red Green Blue C M Y K H S L
Decimal 51 46 237 0.78 0.81 0 0.07 241.57 0.84 0.55
Hex 33 2E ED 4E 51 0 7 F2 54 37
Octal 63 56 355 116 121 0 7 362 124 67
Binary 110011 101110 11101101 1001110 1010001 0 111 11110010 1010100 110111

Color Harmonies of #332EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EED

Black with #332EED

Text Example


Text Example

White with #332EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332EED; }

 p { color: rgb(51,46,237); }

 H1.HeaderClassName
 {
   color: #332EED;
 }
 .AnyTagClassName
 {
   color: #332EED;
 }
</style>

background-color css

<style>
 a { background-color: #332EED; }

 a { background-color: rgb(51,46,237); }

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

border-color css

<style>
 span { border-color: #332EED; }

 span { border-color: rgb(51,46,237); }

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