Html Css Color HEX #2647F1 Neon Blue

📋 copy color: '#2647F1'

red 38 ◦ green 71 ◦ blue 241

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

Shades of Neon Blue #2647F1

Tints of Neon Blue #2647F1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

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

R = 10.86%
G = 20.29%
B = 68.86%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2647F1 (or 0x2647F1) is known color: Neon Blue. HEX triplet: 26, 47 and F1. RGB value is (38,71,241). Sum of RGB (Red+Green+Blue) = 38+71+241=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #2647F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2647F1 is #D9B80E. Grayscale: #4F4F4F. Windows color (decimal): -14268431 or 15812390. OLE color: 15812390.

HSL color Cylindrical-coordinate representation of color #2647F1: hue angle of 230.25º 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 #2647F1 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 71 241 -
CMYK 0.84 0.71 0 0.05
HSL 230.25º 0.88% 0.55% -
HSV(B) 230.25º 0.84% 0.95% -
XYZ 18.93 11.27 84.4 -
YUV 80.51 218.57 97.68 -
System Red Green Blue C M Y K H S L
Decimal 38 71 241 0.84 0.71 0 0.05 230.25 0.88 0.55
Hex 26 47 F1 54 47 0 5 E6 58 37
Octal 46 107 361 124 107 0 5 346 130 67
Binary 100110 1000111 11110001 1010100 1000111 0 101 11100110 1011000 110111

Color Harmonies of #2647F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2647F1

Black with #2647F1

Text Example


Text Example

White with #2647F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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