Html Css Color HEX #284AF6 Neon Blue

📋 copy color: '#284AF6'

red 40 ◦ green 74 ◦ blue 246

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

Shades of Neon Blue #284AF6

Tints of Neon Blue #284AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

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

R = 11.11%
G = 20.56%
B = 68.33%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#284AF6 (or 0x284AF6) is known color: Neon Blue. HEX triplet: 28, 4A and F6. RGB value is (40,74,246). Sum of RGB (Red+Green+Blue) = 40+74+246=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #284AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284AF6 is #D7B509. Grayscale: #525252. Windows color (decimal): -14136586 or 16140840. OLE color: 16140840.

HSL color Cylindrical-coordinate representation of color #284AF6: hue angle of 230.1º 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 #284AF6 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 74 246 -
CMYK 0.84 0.70 0 0.04
HSL 230.1º 0.92% 0.56% -
HSV(B) 230.1º 0.84% 0.96% -
XYZ 19.96 12 88.45 -
YUV 83.44 219.74 97.01 -
System Red Green Blue C M Y K H S L
Decimal 40 74 246 0.84 0.70 0 0.04 230.1 0.92 0.56
Hex 28 4A F6 54 46 0 4 E6 5C 38
Octal 50 112 366 124 106 0 4 346 134 70
Binary 101000 1001010 11110110 1010100 1000110 0 100 11100110 1011100 111000

Color Harmonies of #284AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284AF6

Black with #284AF6

Text Example


Text Example

White with #284AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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