Html Css Color HEX #464CFC Neon Blue

📋 copy color: '#464CFC'

red 70 ◦ green 76 ◦ blue 252

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

Shades of Neon Blue #464CFC

Tints of Neon Blue #464CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.32%

R = 17.59%
G = 19.1%
B = 63.32%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#464CFC (or 0x464CFC) is known color: Neon Blue. HEX triplet: 46, 4C and FC. RGB value is (70,76,252). Sum of RGB (Red+Green+Blue) = 70+76+252=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #464CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464CFC is #B9B303. Grayscale: #5D5D5D. Windows color (decimal): -12169988 or 16534598. OLE color: 16534598.

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

Color convert

RGB 70 76 252 -
CMYK 0.72 0.70 0 0.01
HSL 238.02º 0.97% 0.63% -
HSV(B) 238.02º 0.72% 0.99% -
XYZ 22.68 13.5 93.51 -
YUV 94.27 217.01 110.69 -
System Red Green Blue C M Y K H S L
Decimal 70 76 252 0.72 0.70 0 0.01 238.02 0.97 0.63
Hex 46 4C FC 48 46 0 1 EE 61 3F
Octal 106 114 374 110 106 0 1 356 141 77
Binary 1000110 1001100 11111100 1001000 1000110 0 1 11101110 1100001 111111

Color Harmonies of #464CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CFC

Black with #464CFC

Text Example


Text Example

White with #464CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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