Html Css Color HEX #4640DE Neon Blue

📋 copy color: '#4640DE'

red 70 ◦ green 64 ◦ blue 222

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

Shades of Neon Blue #4640DE

Tints of Neon Blue #4640DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.36%

R = 19.66%
G = 17.98%
B = 62.36%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4640DE (or 0x4640DE) is known color: Neon Blue. HEX triplet: 46, 40 and DE. RGB value is (70,64,222). Sum of RGB (Red+Green+Blue) = 70+64+222=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #4640DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4640DE is #B9BF21. Grayscale: #535353. Windows color (decimal): -12173090 or 14565446. OLE color: 14565446.

HSL color Cylindrical-coordinate representation of color #4640DE: hue angle of 242.28º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4640DE is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 64 222 -
CMYK 0.68 0.71 0 0.13
HSL 242.28º 0.71% 0.56% -
HSV(B) 242.28º 0.71% 0.87% -
XYZ 17.54 10.24 70.16 -
YUV 83.81 205.99 118.15 -
System Red Green Blue C M Y K H S L
Decimal 70 64 222 0.68 0.71 0 0.13 242.28 0.71 0.56
Hex 46 40 DE 44 47 0 D F2 47 38
Octal 106 100 336 104 107 0 15 362 107 70
Binary 1000110 1000000 11011110 1000100 1000111 0 1101 11110010 1000111 111000

Color Harmonies of #4640DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4640DE

Black with #4640DE

Text Example


Text Example

White with #4640DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4640DE; }

 p { color: rgb(70,64,222); }

 H1.HeaderClassName
 {
   color: #4640DE;
 }
 .AnyTagClassName
 {
   color: #4640DE;
 }
</style>

background-color css

<style>
 a { background-color: #4640DE; }

 a { background-color: rgb(70,64,222); }

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

border-color css

<style>
 span { border-color: #4640DE; }

 span { border-color: rgb(70,64,222); }

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