Html Css Color HEX #4642EF Neon Blue

📋 copy color: '#4642EF'

red 70 ◦ green 66 ◦ blue 239

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

Shades of Neon Blue #4642EF

Tints of Neon Blue #4642EF

RGB

 RED value IS 70 (27.73% from 255) = 18.67%

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 18.67%
G = 17.6%
B = 63.73%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4642EF (or 0x4642EF) is known color: Neon Blue. HEX triplet: 46, 42 and EF. RGB value is (70,66,239). Sum of RGB (Red+Green+Blue) = 70+66+239=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #4642EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4642EF is #B9BD10. Grayscale: #565656. Windows color (decimal): -12172561 or 15680070. OLE color: 15680070.

HSL color Cylindrical-coordinate representation of color #4642EF: hue angle of 241.39º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4642EF is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 66 239 -
CMYK 0.71 0.72 0 0.06
HSL 241.39º 0.84% 0.6% -
HSV(B) 241.39º 0.72% 0.94% -
XYZ 20.05 11.43 82.81 -
YUV 86.92 213.83 115.93 -
System Red Green Blue C M Y K H S L
Decimal 70 66 239 0.71 0.72 0 0.06 241.39 0.84 0.6
Hex 46 42 EF 47 48 0 6 F1 54 3C
Octal 106 102 357 107 110 0 6 361 124 74
Binary 1000110 1000010 11101111 1000111 1001000 0 110 11110001 1010100 111100

Color Harmonies of #4642EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4642EF

Black with #4642EF

Text Example


Text Example

White with #4642EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4642EF; }

 p { color: rgb(70,66,239); }

 H1.HeaderClassName
 {
   color: #4642EF;
 }
 .AnyTagClassName
 {
   color: #4642EF;
 }
</style>

background-color css

<style>
 a { background-color: #4642EF; }

 a { background-color: rgb(70,66,239); }

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

border-color css

<style>
 span { border-color: #4642EF; }

 span { border-color: rgb(70,66,239); }

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