Html Css Color HEX #284CFB Neon Blue

📋 copy color: '#284CFB'

red 40 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #284CFB

Tints of Neon Blue #284CFB

RGB

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

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

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

R = 10.9%
G = 20.71%
B = 68.39%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#284CFB (or 0x284CFB) is known color: Neon Blue. HEX triplet: 28, 4C and FB. RGB value is (40,76,251). Sum of RGB (Red+Green+Blue) = 40+76+251=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #284CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284CFB is #D7B304. Grayscale: #545454. Windows color (decimal): -14136069 or 16469032. OLE color: 16469032.

HSL color Cylindrical-coordinate representation of color #284CFB: hue angle of 229.76º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #284CFB is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 76 251 -
CMYK 0.84 0.70 0 0.02
HSL 229.76º 0.96% 0.57% -
HSV(B) 229.76º 0.84% 0.98% -
XYZ 20.87 12.59 92.6 -
YUV 85.19 221.57 95.77 -
System Red Green Blue C M Y K H S L
Decimal 40 76 251 0.84 0.70 0 0.02 229.76 0.96 0.57
Hex 28 4C FB 54 46 0 2 E6 60 39
Octal 50 114 373 124 106 0 2 346 140 71
Binary 101000 1001100 11111011 1010100 1000110 0 10 11100110 1100000 111001

Color Harmonies of #284CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CFB

Black with #284CFB

Text Example


Text Example

White with #284CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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