Html Css Color HEX #332EEF Neon Blue

📋 copy color: '#332EEF'

red 51 ◦ green 46 ◦ blue 239

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

Shades of Neon Blue #332EEF

Tints of Neon Blue #332EEF

RGB

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

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

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

R = 15.18%
G = 13.69%
B = 71.13%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#332EEF (or 0x332EEF) is known color: Neon Blue. HEX triplet: 33, 2E and EF. RGB value is (51,46,239). Sum of RGB (Red+Green+Blue) = 51+46+239=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #332EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332EEF is #CCD110. Grayscale: #444444. Windows color (decimal): -13422865 or 15674931. OLE color: 15674931.

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

Color convert

RGB 51 46 239 -
CMYK 0.79 0.81 0 0.06
HSL 241.55º 0.86% 0.56% -
HSV(B) 241.55º 0.81% 0.94% -
XYZ 17.92 8.89 82.43 -
YUV 69.5 223.66 114.81 -
System Red Green Blue C M Y K H S L
Decimal 51 46 239 0.79 0.81 0 0.06 241.55 0.86 0.56
Hex 33 2E EF 4F 51 0 6 F2 56 38
Octal 63 56 357 117 121 0 6 362 126 70
Binary 110011 101110 11101111 1001111 1010001 0 110 11110010 1010110 111000

Color Harmonies of #332EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EEF

Black with #332EEF

Text Example


Text Example

White with #332EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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