Html Css Color HEX #464CE6 Neon Blue

📋 copy color: '#464CE6'

red 70 ◦ green 76 ◦ blue 230

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

Shades of Neon Blue #464CE6

Tints of Neon Blue #464CE6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

 BLUE value IS 230 (90.23% from 255) = 61.17%

R = 18.62%
G = 20.21%
B = 61.17%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#464CE6 (or 0x464CE6) is known color: Neon Blue. HEX triplet: 46, 4C and E6. RGB value is (70,76,230). Sum of RGB (Red+Green+Blue) = 70+76+230=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 230 (90.23% from 255 or 61.17% from 376); Max value from RGB is 230 - color contains mainly: blue. Hex color #464CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464CE6 is #B9B319. Grayscale: #5B5B5B. Windows color (decimal): -12170010 or 15092806. OLE color: 15092806.

HSL color Cylindrical-coordinate representation of color #464CE6: hue angle of 237.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464CE6 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 76 230 -
CMYK 0.70 0.67 0 0.10
HSL 237.75º 0.76% 0.59% -
HSV(B) 237.75º 0.7% 0.9% -
XYZ 19.39 12.18 76.19 -
YUV 91.76 206.01 112.48 -
System Red Green Blue C M Y K H S L
Decimal 70 76 230 0.70 0.67 0 0.10 237.75 0.76 0.59
Hex 46 4C E6 46 43 0 A EE 4C 3B
Octal 106 114 346 106 103 0 12 356 114 73
Binary 1000110 1001100 11100110 1000110 1000011 0 1010 11101110 1001100 111011

Color Harmonies of #464CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CE6

Black with #464CE6

Text Example


Text Example

White with #464CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,76,230); }

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

background-color css

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

 a { background-color: rgb(70,76,230); }

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

border-color css

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

 span { border-color: rgb(70,76,230); }

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