Html Css Color HEX #464FEE Neon Blue

📋 copy color: '#464FEE'

red 70 ◦ green 79 ◦ blue 238

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

Shades of Neon Blue #464FEE

Tints of Neon Blue #464FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

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

R = 18.09%
G = 20.41%
B = 61.5%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#464FEE (or 0x464FEE) is known color: Neon Blue. HEX triplet: 46, 4F and EE. RGB value is (70,79,238). Sum of RGB (Red+Green+Blue) = 70+79+238=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #464FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FEE is #B9B011. Grayscale: #5D5D5D. Windows color (decimal): -12169234 or 15617862. OLE color: 15617862.

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

Color convert

RGB 70 79 238 -
CMYK 0.71 0.67 0 0.07
HSL 236.79º 0.83% 0.6% -
HSV(B) 236.79º 0.71% 0.93% -
XYZ 20.75 13.07 82.32 -
YUV 94.44 209.02 110.57 -
System Red Green Blue C M Y K H S L
Decimal 70 79 238 0.71 0.67 0 0.07 236.79 0.83 0.6
Hex 46 4F EE 47 43 0 7 ED 53 3C
Octal 106 117 356 107 103 0 7 355 123 74
Binary 1000110 1001111 11101110 1000111 1000011 0 111 11101101 1010011 111100

Color Harmonies of #464FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FEE

Black with #464FEE

Text Example


Text Example

White with #464FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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