Html Css Color HEX #284DF6 Neon Blue

📋 copy color: '#284DF6'

red 40 ◦ green 77 ◦ blue 246

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

Shades of Neon Blue #284DF6

Tints of Neon Blue #284DF6

RGB

 RED value IS 40 (16.02% from 255) = 11.02%

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

 BLUE value IS 246 (96.48% from 255) = 67.77%

R = 11.02%
G = 21.21%
B = 67.77%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#284DF6 (or 0x284DF6) is known color: Neon Blue. HEX triplet: 28, 4D and F6. RGB value is (40,77,246). Sum of RGB (Red+Green+Blue) = 40+77+246=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #284DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284DF6 is #D7B209. Grayscale: #545454. Windows color (decimal): -14135818 or 16141608. OLE color: 16141608.

HSL color Cylindrical-coordinate representation of color #284DF6: hue angle of 229.22º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #284DF6 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 77 246 -
CMYK 0.84 0.69 0 0.04
HSL 229.22º 0.92% 0.56% -
HSV(B) 229.22º 0.84% 0.96% -
XYZ 20.16 12.41 88.52 -
YUV 85.2 218.74 95.76 -
System Red Green Blue C M Y K H S L
Decimal 40 77 246 0.84 0.69 0 0.04 229.22 0.92 0.56
Hex 28 4D F6 54 45 0 4 E5 5C 38
Octal 50 115 366 124 105 0 4 345 134 70
Binary 101000 1001101 11110110 1010100 1000101 0 100 11100101 1011100 111000

Color Harmonies of #284DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284DF6

Black with #284DF6

Text Example


Text Example

White with #284DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284DF6; }

 p { color: rgb(40,77,246); }

 H1.HeaderClassName
 {
   color: #284DF6;
 }
 .AnyTagClassName
 {
   color: #284DF6;
 }
</style>

background-color css

<style>
 a { background-color: #284DF6; }

 a { background-color: rgb(40,77,246); }

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

border-color css

<style>
 span { border-color: #284DF6; }

 span { border-color: rgb(40,77,246); }

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