Html Css Color HEX #464DEB Neon Blue

📋 copy color: '#464DEB'

red 70 ◦ green 77 ◦ blue 235

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

Shades of Neon Blue #464DEB

Tints of Neon Blue #464DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 18.32%
G = 20.16%
B = 61.52%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#464DEB (or 0x464DEB) is known color: Neon Blue. HEX triplet: 46, 4D and EB. RGB value is (70,77,235). Sum of RGB (Red+Green+Blue) = 70+77+235=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #464DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DEB is #B9B214. Grayscale: #5C5C5C. Windows color (decimal): -12169749 or 15420742. OLE color: 15420742.

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

Color convert

RGB 70 77 235 -
CMYK 0.70 0.67 0 0.08
HSL 237.45º 0.8% 0.6% -
HSV(B) 237.45º 0.7% 0.92% -
XYZ 20.18 12.61 79.97 -
YUV 92.92 208.18 111.65 -
System Red Green Blue C M Y K H S L
Decimal 70 77 235 0.70 0.67 0 0.08 237.45 0.8 0.6
Hex 46 4D EB 46 43 0 8 ED 50 3C
Octal 106 115 353 106 103 0 10 355 120 74
Binary 1000110 1001101 11101011 1000110 1000011 0 1000 11101101 1010000 111100

Color Harmonies of #464DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DEB

Black with #464DEB

Text Example


Text Example

White with #464DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,235); }

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

background-color css

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

 a { background-color: rgb(70,77,235); }

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

border-color css

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

 span { border-color: rgb(70,77,235); }

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