Html Css Color HEX #464BE8 Neon Blue

📋 copy color: '#464BE8'

red 70 ◦ green 75 ◦ blue 232

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

Shades of Neon Blue #464BE8

Tints of Neon Blue #464BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.54%

R = 18.57%
G = 19.89%
B = 61.54%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#464BE8 (or 0x464BE8) is known color: Neon Blue. HEX triplet: 46, 4B and E8. RGB value is (70,75,232). Sum of RGB (Red+Green+Blue) = 70+75+232=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #464BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BE8 is #B9B417. Grayscale: #5A5A5A. Windows color (decimal): -12170264 or 15223622. OLE color: 15223622.

HSL color Cylindrical-coordinate representation of color #464BE8: hue angle of 238.15º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464BE8 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 75 232 -
CMYK 0.70 0.68 0 0.09
HSL 238.15º 0.78% 0.59% -
HSV(B) 238.15º 0.7% 0.91% -
XYZ 19.61 12.16 77.66 -
YUV 91.4 207.34 112.73 -
System Red Green Blue C M Y K H S L
Decimal 70 75 232 0.70 0.68 0 0.09 238.15 0.78 0.59
Hex 46 4B E8 46 44 0 9 EE 4E 3B
Octal 106 113 350 106 104 0 11 356 116 73
Binary 1000110 1001011 11101000 1000110 1000100 0 1001 11101110 1001110 111011

Color Harmonies of #464BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BE8

Black with #464BE8

Text Example


Text Example

White with #464BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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