Html Css Color HEX #284BF1 Neon Blue

📋 copy color: '#284BF1'

red 40 ◦ green 75 ◦ blue 241

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

Shades of Neon Blue #284BF1

Tints of Neon Blue #284BF1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.07%

 BLUE value IS 241 (94.53% from 255) = 67.7%

R = 11.24%
G = 21.07%
B = 67.7%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#284BF1 (or 0x284BF1) is known color: Neon Blue. HEX triplet: 28, 4B and F1. RGB value is (40,75,241). Sum of RGB (Red+Green+Blue) = 40+75+241=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #284BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284BF1 is #D7B40E. Grayscale: #525252. Windows color (decimal): -14136335 or 15813416. OLE color: 15813416.

HSL color Cylindrical-coordinate representation of color #284BF1: hue angle of 229.55º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #284BF1 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 75 241 -
CMYK 0.83 0.69 0 0.05
HSL 229.55º 0.88% 0.55% -
HSV(B) 229.55º 0.83% 0.95% -
XYZ 19.27 11.83 84.49 -
YUV 83.46 216.9 97 -
System Red Green Blue C M Y K H S L
Decimal 40 75 241 0.83 0.69 0 0.05 229.55 0.88 0.55
Hex 28 4B F1 53 45 0 5 E6 58 37
Octal 50 113 361 123 105 0 5 346 130 67
Binary 101000 1001011 11110001 1010011 1000101 0 101 11100110 1011000 110111

Color Harmonies of #284BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284BF1

Black with #284BF1

Text Example


Text Example

White with #284BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,75,241); }

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

background-color css

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

 a { background-color: rgb(40,75,241); }

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

border-color css

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

 span { border-color: rgb(40,75,241); }

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