Html Css Color HEX #464FEA Neon Blue

📋 copy color: '#464FEA'

red 70 ◦ green 79 ◦ blue 234

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

Shades of Neon Blue #464FEA

Tints of Neon Blue #464FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.1%

R = 18.28%
G = 20.63%
B = 61.1%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#464FEA (or 0x464FEA) is known color: Neon Blue. HEX triplet: 46, 4F and EA. RGB value is (70,79,234). Sum of RGB (Red+Green+Blue) = 70+79+234=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #464FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FEA is #B9B015. Grayscale: #5D5D5D. Windows color (decimal): -12169238 or 15355718. OLE color: 15355718.

HSL color Cylindrical-coordinate representation of color #464FEA: hue angle of 236.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464FEA is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 79 234 -
CMYK 0.70 0.66 0 0.08
HSL 236.71º 0.8% 0.6% -
HSV(B) 236.71º 0.7% 0.92% -
XYZ 20.17 12.83 79.26 -
YUV 93.98 207.02 110.9 -
System Red Green Blue C M Y K H S L
Decimal 70 79 234 0.70 0.66 0 0.08 236.71 0.8 0.6
Hex 46 4F EA 46 42 0 8 ED 50 3C
Octal 106 117 352 106 102 0 10 355 120 74
Binary 1000110 1001111 11101010 1000110 1000010 0 1000 11101101 1010000 111100

Color Harmonies of #464FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FEA

Black with #464FEA

Text Example


Text Example

White with #464FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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