Html Css Color HEX #284CF6 Neon Blue

📋 copy color: '#284CF6'

red 40 ◦ green 76 ◦ blue 246

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

Shades of Neon Blue #284CF6

Tints of Neon Blue #284CF6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

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

R = 11.05%
G = 20.99%
B = 67.96%

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

#284CF6 (or 0x284CF6) is known color: Neon Blue. HEX triplet: 28, 4C and F6. RGB value is (40,76,246). Sum of RGB (Red+Green+Blue) = 40+76+246=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 246 (96.48% from 255 or 67.96% from 362); Max value from RGB is 246 - color contains mainly: blue. Hex color #284CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284CF6 is #D7B309. Grayscale: #535353. Windows color (decimal): -14136074 or 16141352. OLE color: 16141352.

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

Color convert

RGB 40 76 246 -
CMYK 0.84 0.69 0 0.04
HSL 229.51º 0.92% 0.56% -
HSV(B) 229.51º 0.84% 0.96% -
XYZ 20.09 12.27 88.5 -
YUV 84.62 219.07 96.18 -
System Red Green Blue C M Y K H S L
Decimal 40 76 246 0.84 0.69 0 0.04 229.51 0.92 0.56
Hex 28 4C F6 54 45 0 4 E6 5C 38
Octal 50 114 366 124 105 0 4 346 134 70
Binary 101000 1001100 11110110 1010100 1000101 0 100 11100110 1011100 111000

Color Harmonies of #284CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CF6

Black with #284CF6

Text Example


Text Example

White with #284CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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