Html Css Color HEX #465CFD Neon Blue

📋 copy color: '#465CFD'

red 70 ◦ green 92 ◦ blue 253

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

Shades of Neon Blue #465CFD

Tints of Neon Blue #465CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

 BLUE value IS 253 (99.22% from 255) = 60.96%

R = 16.87%
G = 22.17%
B = 60.96%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#465CFD (or 0x465CFD) is known color: Neon Blue. HEX triplet: 46, 5C and FD. RGB value is (70,92,253). Sum of RGB (Red+Green+Blue) = 70+92+253=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #465CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465CFD is #B9A302. Grayscale: #676767. Windows color (decimal): -12165891 or 16604230. OLE color: 16604230.

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

Color convert

RGB 70 92 253 -
CMYK 0.72 0.64 0 0.01
HSL 232.79º 0.98% 0.63% -
HSV(B) 232.79º 0.72% 0.99% -
XYZ 24.08 16.05 94.76 -
YUV 103.78 212.21 103.91 -
System Red Green Blue C M Y K H S L
Decimal 70 92 253 0.72 0.64 0 0.01 232.79 0.98 0.63
Hex 46 5C FD 48 40 0 1 E9 62 3F
Octal 106 134 375 110 100 0 1 351 142 77
Binary 1000110 1011100 11111101 1001000 1000000 0 1 11101001 1100010 111111

Color Harmonies of #465CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CFD

Black with #465CFD

Text Example


Text Example

White with #465CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,92,253); }

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

background-color css

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

 a { background-color: rgb(70,92,253); }

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

border-color css

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

 span { border-color: rgb(70,92,253); }

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