Html Css Color HEX #464FE7 Neon Blue

📋 copy color: '#464FE7'

red 70 ◦ green 79 ◦ blue 231

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

Shades of Neon Blue #464FE7

Tints of Neon Blue #464FE7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.79%

 BLUE value IS 231 (90.63% from 255) = 60.79%

R = 18.42%
G = 20.79%
B = 60.79%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#464FE7 (or 0x464FE7) is known color: Neon Blue. HEX triplet: 46, 4F and E7. RGB value is (70,79,231). Sum of RGB (Red+Green+Blue) = 70+79+231=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 231 (90.62% from 255 or 60.79% from 380); Max value from RGB is 231 - color contains mainly: blue. Hex color #464FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FE7 is #B9B018. Grayscale: #5D5D5D. Windows color (decimal): -12169241 or 15159110. OLE color: 15159110.

HSL color Cylindrical-coordinate representation of color #464FE7: hue angle of 236.65º degrees, saturation: 0.77, 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 #464FE7 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 79 231 -
CMYK 0.70 0.66 0 0.09
HSL 236.65º 0.77% 0.59% -
HSV(B) 236.65º 0.7% 0.91% -
XYZ 19.75 12.66 77 -
YUV 93.64 205.52 111.14 -
System Red Green Blue C M Y K H S L
Decimal 70 79 231 0.70 0.66 0 0.09 236.65 0.77 0.59
Hex 46 4F E7 46 42 0 9 ED 4D 3B
Octal 106 117 347 106 102 0 11 355 115 73
Binary 1000110 1001111 11100111 1000110 1000010 0 1001 11101101 1001101 111011

Color Harmonies of #464FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FE7

Black with #464FE7

Text Example


Text Example

White with #464FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,79,231); }

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

background-color css

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

 a { background-color: rgb(70,79,231); }

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

border-color css

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

 span { border-color: rgb(70,79,231); }

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