Html Css Color HEX #464DFF Neon Blue

📋 copy color: '#464DFF'

red 70 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #464DFF

Tints of Neon Blue #464DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.43%

R = 17.41%
G = 19.15%
B = 63.43%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#464DFF (or 0x464DFF) is known color: Neon Blue. HEX triplet: 46, 4D and FF. RGB value is (70,77,255). Sum of RGB (Red+Green+Blue) = 70+77+255=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #464DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DFF is #B9B200. Grayscale: #5E5E5E. Windows color (decimal): -12169729 or 16731462. OLE color: 16731462.

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

Color convert

RGB 70 77 255 -
CMYK 0.73 0.70 0 0
HSL 237.73º 1% 0.64% -
HSV(B) 237.73º 0.73% 1% -
XYZ 23.23 13.83 96.05 -
YUV 95.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 70 77 255 0.73 0.70 0 0 237.73 1 0.64
Hex 46 4D FF 49 46 0 0 EE 64 40
Octal 106 115 377 111 106 0 0 356 144 100
Binary 1000110 1001101 11111111 1001001 1000110 0 0 11101110 1100100 1000000

Color Harmonies of #464DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DFF

Black with #464DFF

Text Example


Text Example

White with #464DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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