Html Css Color HEX #465FFD Neon Blue

📋 copy color: '#465FFD'

red 70 ◦ green 95 ◦ blue 253

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

Shades of Neon Blue #465FFD

Tints of Neon Blue #465FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

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

R = 16.75%
G = 22.73%
B = 60.53%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#465FFD (or 0x465FFD) is known color: Neon Blue. HEX triplet: 46, 5F and FD. RGB value is (70,95,253). Sum of RGB (Red+Green+Blue) = 70+95+253=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #465FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465FFD is #B9A002. Grayscale: #686868. Windows color (decimal): -12165123 or 16604998. OLE color: 16604998.

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

Color convert

RGB 70 95 253 -
CMYK 0.72 0.62 0 0.01
HSL 231.8º 0.98% 0.63% -
HSV(B) 231.8º 0.72% 0.99% -
XYZ 24.35 16.58 94.85 -
YUV 105.54 211.22 102.65 -
System Red Green Blue C M Y K H S L
Decimal 70 95 253 0.72 0.62 0 0.01 231.8 0.98 0.63
Hex 46 5F FD 48 3E 0 1 E8 62 3F
Octal 106 137 375 110 76 0 1 350 142 77
Binary 1000110 1011111 11111101 1001000 111110 0 1 11101000 1100010 111111

Color Harmonies of #465FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FFD

Black with #465FFD

Text Example


Text Example

White with #465FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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