Html Css Color HEX #3340EE Neon Blue

📋 copy color: '#3340EE'

red 51 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #3340EE

Tints of Neon Blue #3340EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.13%

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

R = 14.45%
G = 18.13%
B = 67.42%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3340EE (or 0x3340EE) is known color: Neon Blue. HEX triplet: 33, 40 and EE. RGB value is (51,64,238). Sum of RGB (Red+Green+Blue) = 51+64+238=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #3340EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3340EE is #CCBF11. Grayscale: #4F4F4F. Windows color (decimal): -13418258 or 15614003. OLE color: 15614003.

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

Color convert

RGB 51 64 238 -
CMYK 0.79 0.73 0 0.07
HSL 235.83º 0.85% 0.57% -
HSV(B) 235.83º 0.79% 0.93% -
XYZ 18.63 10.54 81.94 -
YUV 79.95 217.19 107.35 -
System Red Green Blue C M Y K H S L
Decimal 51 64 238 0.79 0.73 0 0.07 235.83 0.85 0.57
Hex 33 40 EE 4F 49 0 7 EC 55 39
Octal 63 100 356 117 111 0 7 354 125 71
Binary 110011 1000000 11101110 1001111 1001001 0 111 11101100 1010101 111001

Color Harmonies of #3340EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3340EE

Black with #3340EE

Text Example


Text Example

White with #3340EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3340EE; }

 p { color: rgb(51,64,238); }

 H1.HeaderClassName
 {
   color: #3340EE;
 }
 .AnyTagClassName
 {
   color: #3340EE;
 }
</style>

background-color css

<style>
 a { background-color: #3340EE; }

 a { background-color: rgb(51,64,238); }

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

border-color css

<style>
 span { border-color: #3340EE; }

 span { border-color: rgb(51,64,238); }

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