Html Css Color HEX #465DFC Neon Blue

📋 copy color: '#465DFC'

red 70 ◦ green 93 ◦ blue 252

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

Shades of Neon Blue #465DFC

Tints of Neon Blue #465DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.41%

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

R = 16.87%
G = 22.41%
B = 60.72%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#465DFC (or 0x465DFC) is known color: Neon Blue. HEX triplet: 46, 5D and FC. RGB value is (70,93,252). Sum of RGB (Red+Green+Blue) = 70+93+252=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #465DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465DFC is #B9A203. Grayscale: #676767. Windows color (decimal): -12165636 or 16538950. OLE color: 16538950.

HSL color Cylindrical-coordinate representation of color #465DFC: hue angle of 232.42º 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 #465DFC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 93 252 -
CMYK 0.72 0.63 0 0.01
HSL 232.42º 0.97% 0.63% -
HSV(B) 232.42º 0.72% 0.99% -
XYZ 24.01 16.16 93.95 -
YUV 104.25 211.38 103.57 -
System Red Green Blue C M Y K H S L
Decimal 70 93 252 0.72 0.63 0 0.01 232.42 0.97 0.63
Hex 46 5D FC 48 3F 0 1 E8 61 3F
Octal 106 135 374 110 77 0 1 350 141 77
Binary 1000110 1011101 11111100 1001000 111111 0 1 11101000 1100001 111111

Color Harmonies of #465DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DFC

Black with #465DFC

Text Example


Text Example

White with #465DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465DFC; }

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

 H1.HeaderClassName
 {
   color: #465DFC;
 }
 .AnyTagClassName
 {
   color: #465DFC;
 }
</style>

background-color css

<style>
 a { background-color: #465DFC; }

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

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

border-color css

<style>
 span { border-color: #465DFC; }

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

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