Html Css Color HEX #284FFB Neon Blue

📋 copy color: '#284FFB'

red 40 ◦ green 79 ◦ blue 251

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

Shades of Neon Blue #284FFB

Tints of Neon Blue #284FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 10.81%
G = 21.35%
B = 67.84%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#284FFB (or 0x284FFB) is known color: Neon Blue. HEX triplet: 28, 4F and FB. RGB value is (40,79,251). Sum of RGB (Red+Green+Blue) = 40+79+251=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #284FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284FFB is #D7B004. Grayscale: #565656. Windows color (decimal): -14135301 or 16469800. OLE color: 16469800.

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

Color convert

RGB 40 79 251 -
CMYK 0.84 0.69 0 0.02
HSL 228.91º 0.96% 0.57% -
HSV(B) 228.91º 0.84% 0.98% -
XYZ 21.08 13.01 92.67 -
YUV 86.95 220.58 94.51 -
System Red Green Blue C M Y K H S L
Decimal 40 79 251 0.84 0.69 0 0.02 228.91 0.96 0.57
Hex 28 4F FB 54 45 0 2 E5 60 39
Octal 50 117 373 124 105 0 2 345 140 71
Binary 101000 1001111 11111011 1010100 1000101 0 10 11100101 1100000 111001

Color Harmonies of #284FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FFB

Black with #284FFB

Text Example


Text Example

White with #284FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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