Html Css Color HEX #2551FF Neon Blue

📋 copy color: '#2551FF'

red 37 ◦ green 81 ◦ blue 255

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

Shades of Neon Blue #2551FF

Tints of Neon Blue #2551FF

RGB

 RED value IS 37 (14.84% from 255) = 9.92%

 GREEN value IS 81 (32.03% from 255) = 21.72%

 BLUE value IS 255 (100% from 255) = 68.36%

R = 9.92%
G = 21.72%
B = 68.36%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2551FF (or 0x2551FF) is known color: Neon Blue. HEX triplet: 25, 51 and FF. RGB value is (37,81,255). Sum of RGB (Red+Green+Blue) = 37+81+255=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #2551FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2551FF is #DAAE00. Grayscale: #565656. Windows color (decimal): -14331393 or 16732453. OLE color: 16732453.

HSL color Cylindrical-coordinate representation of color #2551FF: hue angle of 227.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2551FF is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 81 255 -
CMYK 0.85 0.68 0 0
HSL 227.89º 1% 0.57% -
HSV(B) 227.89º 0.85% 1% -
XYZ 21.76 13.5 96.07 -
YUV 87.68 222.42 91.85 -
System Red Green Blue C M Y K H S L
Decimal 37 81 255 0.85 0.68 0 0 227.89 1 0.57
Hex 25 51 FF 55 44 0 0 E4 64 39
Octal 45 121 377 125 104 0 0 344 144 71
Binary 100101 1010001 11111111 1010101 1000100 0 0 11100100 1100100 111001

Color Harmonies of #2551FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2551FF

Black with #2551FF

Text Example


Text Example

White with #2551FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2551FF; }

 p { color: rgb(37,81,255); }

 H1.HeaderClassName
 {
   color: #2551FF;
 }
 .AnyTagClassName
 {
   color: #2551FF;
 }
</style>

background-color css

<style>
 a { background-color: #2551FF; }

 a { background-color: rgb(37,81,255); }

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

border-color css

<style>
 span { border-color: #2551FF; }

 span { border-color: rgb(37,81,255); }

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