Html Css Color HEX #464CFF Neon Blue

📋 copy color: '#464CFF'

red 70 ◦ green 76 ◦ blue 255

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

Shades of Neon Blue #464CFF

Tints of Neon Blue #464CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.95%

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

R = 17.46%
G = 18.95%
B = 63.59%

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

#464CFF (or 0x464CFF) is known color: Neon Blue. HEX triplet: 46, 4C and FF. RGB value is (70,76,255). Sum of RGB (Red+Green+Blue) = 70+76+255=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #464CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464CFF is #B9B300. Grayscale: #5D5D5D. Windows color (decimal): -12169985 or 16731206. OLE color: 16731206.

HSL color Cylindrical-coordinate representation of color #464CFF: hue angle of 238.05º 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 #464CFF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 76 255 -
CMYK 0.73 0.70 0 0
HSL 238.05º 1% 0.64% -
HSV(B) 238.05º 0.73% 1% -
XYZ 23.16 13.69 96.03 -
YUV 94.61 218.51 110.45 -
System Red Green Blue C M Y K H S L
Decimal 70 76 255 0.73 0.70 0 0 238.05 1 0.64
Hex 46 4C FF 49 46 0 0 EE 64 40
Octal 106 114 377 111 106 0 0 356 144 100
Binary 1000110 1001100 11111111 1001001 1000110 0 0 11101110 1100100 1000000

Color Harmonies of #464CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CFF

Black with #464CFF

Text Example


Text Example

White with #464CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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