Html Css Color HEX #464DF3 Neon Blue

📋 copy color: '#464DF3'

red 70 ◦ green 77 ◦ blue 243

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

Shades of Neon Blue #464DF3

Tints of Neon Blue #464DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 62.31%

R = 17.95%
G = 19.74%
B = 62.31%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#464DF3 (or 0x464DF3) is known color: Neon Blue. HEX triplet: 46, 4D and F3. RGB value is (70,77,243). Sum of RGB (Red+Green+Blue) = 70+77+243=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 243 (95.31% from 255 or 62.31% from 390); Max value from RGB is 243 - color contains mainly: blue. Hex color #464DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DF3 is #B9B20C. Grayscale: #5D5D5D. Windows color (decimal): -12169741 or 15945030. OLE color: 15945030.

HSL color Cylindrical-coordinate representation of color #464DF3: hue angle of 237.57º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464DF3 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 77 243 -
CMYK 0.71 0.68 0 0.05
HSL 237.57º 0.88% 0.61% -
HSV(B) 237.57º 0.71% 0.95% -
XYZ 21.36 13.08 86.19 -
YUV 93.83 212.18 111 -
System Red Green Blue C M Y K H S L
Decimal 70 77 243 0.71 0.68 0 0.05 237.57 0.88 0.61
Hex 46 4D F3 47 44 0 5 EE 58 3D
Octal 106 115 363 107 104 0 5 356 130 75
Binary 1000110 1001101 11110011 1000111 1000100 0 101 11101110 1011000 111101

Color Harmonies of #464DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DF3

Black with #464DF3

Text Example


Text Example

White with #464DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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