Html Css Color HEX #2649F1 Neon Blue

📋 copy color: '#2649F1'

red 38 ◦ green 73 ◦ blue 241

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

Shades of Neon Blue #2649F1

Tints of Neon Blue #2649F1

RGB

 RED value IS 38 (15.23% from 255) = 10.8%

 GREEN value IS 73 (28.91% from 255) = 20.74%

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

R = 10.8%
G = 20.74%
B = 68.47%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2649F1 (or 0x2649F1) is known color: Neon Blue. HEX triplet: 26, 49 and F1. RGB value is (38,73,241). Sum of RGB (Red+Green+Blue) = 38+73+241=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #2649F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2649F1 is #D9B60E. Grayscale: #505050. Windows color (decimal): -14267919 or 15812902. OLE color: 15812902.

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

Color convert

RGB 38 73 241 -
CMYK 0.84 0.70 0 0.05
HSL 229.66º 0.88% 0.55% -
HSV(B) 229.66º 0.84% 0.95% -
XYZ 19.06 11.53 84.44 -
YUV 81.69 217.9 96.84 -
System Red Green Blue C M Y K H S L
Decimal 38 73 241 0.84 0.70 0 0.05 229.66 0.88 0.55
Hex 26 49 F1 54 46 0 5 E6 58 37
Octal 46 111 361 124 106 0 5 346 130 67
Binary 100110 1001001 11110001 1010100 1000110 0 101 11100110 1011000 110111

Color Harmonies of #2649F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2649F1

Black with #2649F1

Text Example


Text Example

White with #2649F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2649F1; }

 p { color: rgb(38,73,241); }

 H1.HeaderClassName
 {
   color: #2649F1;
 }
 .AnyTagClassName
 {
   color: #2649F1;
 }
</style>

background-color css

<style>
 a { background-color: #2649F1; }

 a { background-color: rgb(38,73,241); }

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

border-color css

<style>
 span { border-color: #2649F1; }

 span { border-color: rgb(38,73,241); }

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