Html Css Color HEX #464BEC Neon Blue

📋 copy color: '#464BEC'

red 70 ◦ green 75 ◦ blue 236

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

Shades of Neon Blue #464BEC

Tints of Neon Blue #464BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 18.37%
G = 19.69%
B = 61.94%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#464BEC (or 0x464BEC) is known color: Neon Blue. HEX triplet: 46, 4B and EC. RGB value is (70,75,236). Sum of RGB (Red+Green+Blue) = 70+75+236=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #464BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BEC is #B9B413. Grayscale: #5B5B5B. Windows color (decimal): -12170260 or 15485766. OLE color: 15485766.

HSL color Cylindrical-coordinate representation of color #464BEC: hue angle of 238.19º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464BEC is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 75 236 -
CMYK 0.70 0.68 0 0.07
HSL 238.19º 0.81% 0.6% -
HSV(B) 238.19º 0.7% 0.93% -
XYZ 20.18 12.39 80.68 -
YUV 91.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 70 75 236 0.70 0.68 0 0.07 238.19 0.81 0.6
Hex 46 4B EC 46 44 0 7 EE 51 3C
Octal 106 113 354 106 104 0 7 356 121 74
Binary 1000110 1001011 11101100 1000110 1000100 0 111 11101110 1010001 111100

Color Harmonies of #464BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BEC

Black with #464BEC

Text Example


Text Example

White with #464BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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