Html Css Color HEX #464EEB Neon Blue

📋 copy color: '#464EEB'

red 70 ◦ green 78 ◦ blue 235

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

Shades of Neon Blue #464EEB

Tints of Neon Blue #464EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.37%

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

R = 18.28%
G = 20.37%
B = 61.36%

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

#464EEB (or 0x464EEB) is known color: Neon Blue. HEX triplet: 46, 4E and EB. RGB value is (70,78,235). Sum of RGB (Red+Green+Blue) = 70+78+235=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #464EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EEB is #B9B114. Grayscale: #5C5C5C. Windows color (decimal): -12169493 or 15420998. OLE color: 15420998.

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

Color convert

RGB 70 78 235 -
CMYK 0.70 0.67 0 0.08
HSL 237.09º 0.8% 0.6% -
HSV(B) 237.09º 0.7% 0.92% -
XYZ 20.25 12.75 79.99 -
YUV 93.51 207.85 111.23 -
System Red Green Blue C M Y K H S L
Decimal 70 78 235 0.70 0.67 0 0.08 237.09 0.8 0.6
Hex 46 4E EB 46 43 0 8 ED 50 3C
Octal 106 116 353 106 103 0 10 355 120 74
Binary 1000110 1001110 11101011 1000110 1000011 0 1000 11101101 1010000 111100

Color Harmonies of #464EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464EEB

Black with #464EEB

Text Example


Text Example

White with #464EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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