Html Css Color HEX #464BEE Neon Blue

📋 copy color: '#464BEE'

red 70 ◦ green 75 ◦ blue 238

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

Shades of Neon Blue #464BEE

Tints of Neon Blue #464BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.58%

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

R = 18.28%
G = 19.58%
B = 62.14%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#464BEE (or 0x464BEE) is known color: Neon Blue. HEX triplet: 46, 4B and EE. RGB value is (70,75,238). Sum of RGB (Red+Green+Blue) = 70+75+238=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #464BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BEE is #B9B411. Grayscale: #5B5B5B. Windows color (decimal): -12170258 or 15616838. OLE color: 15616838.

HSL color Cylindrical-coordinate representation of color #464BEE: hue angle of 238.21º 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 #464BEE is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 75 238 -
CMYK 0.71 0.68 0 0.07
HSL 238.21º 0.83% 0.6% -
HSV(B) 238.21º 0.71% 0.93% -
XYZ 20.47 12.51 82.22 -
YUV 92.09 210.34 112.25 -
System Red Green Blue C M Y K H S L
Decimal 70 75 238 0.71 0.68 0 0.07 238.21 0.83 0.6
Hex 46 4B EE 47 44 0 7 EE 53 3C
Octal 106 113 356 107 104 0 7 356 123 74
Binary 1000110 1001011 11101110 1000111 1000100 0 111 11101110 1010011 111100

Color Harmonies of #464BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BEE

Black with #464BEE

Text Example


Text Example

White with #464BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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