Html Css Color HEX #485FFB Neon Blue

📋 copy color: '#485FFB'

red 72 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #485FFB

Tints of Neon Blue #485FFB

RGB

 RED value IS 72 (28.52% from 255) = 17.22%

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

 BLUE value IS 251 (98.44% from 255) = 60.05%

R = 17.22%
G = 22.73%
B = 60.05%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#485FFB (or 0x485FFB) is known color: Neon Blue. HEX triplet: 48, 5F and FB. RGB value is (72,95,251). Sum of RGB (Red+Green+Blue) = 72+95+251=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #485FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485FFB is #B7A004. Grayscale: #696969. Windows color (decimal): -12034053 or 16473928. OLE color: 16473928.

HSL color Cylindrical-coordinate representation of color #485FFB: hue angle of 232.29º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485FFB is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 95 251 -
CMYK 0.71 0.62 0 0.02
HSL 232.29º 0.96% 0.63% -
HSV(B) 232.29º 0.71% 0.98% -
XYZ 24.18 16.53 93.18 -
YUV 105.91 209.88 103.82 -
System Red Green Blue C M Y K H S L
Decimal 72 95 251 0.71 0.62 0 0.02 232.29 0.96 0.63
Hex 48 5F FB 47 3E 0 2 E8 60 3F
Octal 110 137 373 107 76 0 2 350 140 77
Binary 1001000 1011111 11111011 1000111 111110 0 10 11101000 1100000 111111

Color Harmonies of #485FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485FFB

Black with #485FFB

Text Example


Text Example

White with #485FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485FFB; }

 p { color: rgb(72,95,251); }

 H1.HeaderClassName
 {
   color: #485FFB;
 }
 .AnyTagClassName
 {
   color: #485FFB;
 }
</style>

background-color css

<style>
 a { background-color: #485FFB; }

 a { background-color: rgb(72,95,251); }

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

border-color css

<style>
 span { border-color: #485FFB; }

 span { border-color: rgb(72,95,251); }

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