Html Css Color HEX #464AEE Neon Blue

📋 copy color: '#464AEE'

red 70 ◦ green 74 ◦ blue 238

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

Shades of Neon Blue #464AEE

Tints of Neon Blue #464AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.37%

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

R = 18.32%
G = 19.37%
B = 62.3%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#464AEE (or 0x464AEE) is known color: Neon Blue. HEX triplet: 46, 4A and EE. RGB value is (70,74,238). Sum of RGB (Red+Green+Blue) = 70+74+238=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #464AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464AEE is #B9B511. Grayscale: #5A5A5A. Windows color (decimal): -12170514 or 15616582. OLE color: 15616582.

HSL color Cylindrical-coordinate representation of color #464AEE: hue angle of 238.57º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464AEE is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 74 238 -
CMYK 0.71 0.69 0 0.07
HSL 238.57º 0.83% 0.6% -
HSV(B) 238.57º 0.71% 0.93% -
XYZ 20.41 12.37 82.2 -
YUV 91.5 210.67 112.66 -
System Red Green Blue C M Y K H S L
Decimal 70 74 238 0.71 0.69 0 0.07 238.57 0.83 0.6
Hex 46 4A EE 47 45 0 7 EF 53 3C
Octal 106 112 356 107 105 0 7 357 123 74
Binary 1000110 1001010 11101110 1000111 1000101 0 111 11101111 1010011 111100

Color Harmonies of #464AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464AEE

Black with #464AEE

Text Example


Text Example

White with #464AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464AEE; }

 p { color: rgb(70,74,238); }

 H1.HeaderClassName
 {
   color: #464AEE;
 }
 .AnyTagClassName
 {
   color: #464AEE;
 }
</style>

background-color css

<style>
 a { background-color: #464AEE; }

 a { background-color: rgb(70,74,238); }

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

border-color css

<style>
 span { border-color: #464AEE; }

 span { border-color: rgb(70,74,238); }

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