Html Css Color HEX #464DED Neon Blue

📋 copy color: '#464DED'

red 70 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #464DED

Tints of Neon Blue #464DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 18.23%
G = 20.05%
B = 61.72%

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

#464DED (or 0x464DED) is known color: Neon Blue. HEX triplet: 46, 4D and ED. RGB value is (70,77,237). Sum of RGB (Red+Green+Blue) = 70+77+237=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #464DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DED is #B9B212. Grayscale: #5C5C5C. Windows color (decimal): -12169747 or 15551814. OLE color: 15551814.

HSL color Cylindrical-coordinate representation of color #464DED: hue angle of 237.49º degrees, saturation: 0.82, 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 #464DED is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 77 237 -
CMYK 0.70 0.68 0 0.07
HSL 237.49º 0.82% 0.6% -
HSV(B) 237.49º 0.7% 0.93% -
XYZ 20.47 12.72 81.5 -
YUV 93.15 209.18 111.49 -
System Red Green Blue C M Y K H S L
Decimal 70 77 237 0.70 0.68 0 0.07 237.49 0.82 0.6
Hex 46 4D ED 46 44 0 7 ED 52 3C
Octal 106 115 355 106 104 0 7 355 122 74
Binary 1000110 1001101 11101101 1000110 1000100 0 111 11101101 1010010 111100

Color Harmonies of #464DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DED

Black with #464DED

Text Example


Text Example

White with #464DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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