Html Css Color HEX #2855FE Neon Blue

📋 copy color: '#2855FE'

red 40 ◦ green 85 ◦ blue 254

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

Shades of Neon Blue #2855FE

Tints of Neon Blue #2855FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 10.55%
G = 22.43%
B = 67.02%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2855FE (or 0x2855FE) is known color: Neon Blue. HEX triplet: 28, 55 and FE. RGB value is (40,85,254). Sum of RGB (Red+Green+Blue) = 40+85+254=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #2855FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2855FE is #D7AA01. Grayscale: #5A5A5A. Windows color (decimal): -14133762 or 16667944. OLE color: 16667944.

HSL color Cylindrical-coordinate representation of color #2855FE: hue angle of 227.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2855FE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 85 254 -
CMYK 0.84 0.67 0 0.00
HSL 227.38º 0.99% 0.58% -
HSV(B) 227.38º 0.84% 1% -
XYZ 22.01 14.1 95.33 -
YUV 90.81 220.09 91.76 -
System Red Green Blue C M Y K H S L
Decimal 40 85 254 0.84 0.67 0 0.00 227.38 0.99 0.58
Hex 28 55 FE 54 43 0 0 E3 63 3A
Octal 50 125 376 124 103 0 0 343 143 72
Binary 101000 1010101 11111110 1010100 1000011 0 0 11100011 1100011 111010

Color Harmonies of #2855FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855FE

Black with #2855FE

Text Example


Text Example

White with #2855FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2855FE; }

 p { color: rgb(40,85,254); }

 H1.HeaderClassName
 {
   color: #2855FE;
 }
 .AnyTagClassName
 {
   color: #2855FE;
 }
</style>

background-color css

<style>
 a { background-color: #2855FE; }

 a { background-color: rgb(40,85,254); }

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

border-color css

<style>
 span { border-color: #2855FE; }

 span { border-color: rgb(40,85,254); }

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