Html Css Color HEX #464BEB Neon Blue

📋 copy color: '#464BEB'

red 70 ◦ green 75 ◦ blue 235

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

Shades of Neon Blue #464BEB

Tints of Neon Blue #464BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

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

R = 18.42%
G = 19.74%
B = 61.84%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#464BEB (or 0x464BEB) is known color: Neon Blue. HEX triplet: 46, 4B and EB. RGB value is (70,75,235). Sum of RGB (Red+Green+Blue) = 70+75+235=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #464BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BEB is #B9B414. Grayscale: #5B5B5B. Windows color (decimal): -12170261 or 15420230. OLE color: 15420230.

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

Color convert

RGB 70 75 235 -
CMYK 0.70 0.68 0 0.08
HSL 238.18º 0.8% 0.6% -
HSV(B) 238.18º 0.7% 0.92% -
XYZ 20.04 12.33 79.92 -
YUV 91.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 70 75 235 0.70 0.68 0 0.08 238.18 0.8 0.6
Hex 46 4B EB 46 44 0 8 EE 50 3C
Octal 106 113 353 106 104 0 10 356 120 74
Binary 1000110 1001011 11101011 1000110 1000100 0 1000 11101110 1010000 111100

Color Harmonies of #464BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BEB

Black with #464BEB

Text Example


Text Example

White with #464BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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