Html Css Color HEX #464DFE Neon Blue

📋 copy color: '#464DFE'

red 70 ◦ green 77 ◦ blue 254

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

Shades of Neon Blue #464DFE

Tints of Neon Blue #464DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.2%

 BLUE value IS 254 (99.61% from 255) = 63.34%

R = 17.46%
G = 19.2%
B = 63.34%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#464DFE (or 0x464DFE) is known color: Neon Blue. HEX triplet: 46, 4D and FE. RGB value is (70,77,254). Sum of RGB (Red+Green+Blue) = 70+77+254=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #464DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DFE is #B9B201. Grayscale: #5E5E5E. Windows color (decimal): -12169730 or 16665926. OLE color: 16665926.

HSL color Cylindrical-coordinate representation of color #464DFE: hue angle of 237.72º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464DFE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 77 254 -
CMYK 0.72 0.70 0 0.00
HSL 237.72º 0.99% 0.64% -
HSV(B) 237.72º 0.72% 1% -
XYZ 23.07 13.77 95.21 -
YUV 95.09 217.68 110.11 -
System Red Green Blue C M Y K H S L
Decimal 70 77 254 0.72 0.70 0 0.00 237.72 0.99 0.64
Hex 46 4D FE 48 46 0 0 EE 63 40
Octal 106 115 376 110 106 0 0 356 143 100
Binary 1000110 1001101 11111110 1001000 1000110 0 0 11101110 1100011 1000000

Color Harmonies of #464DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DFE

Black with #464DFE

Text Example


Text Example

White with #464DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,254); }

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

background-color css

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

 a { background-color: rgb(70,77,254); }

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

border-color css

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

 span { border-color: rgb(70,77,254); }

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