Html Css Color HEX #272EFB Neon Blue

📋 copy color: '#272EFB'

red 39 ◦ green 46 ◦ blue 251

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

Shades of Neon Blue #272EFB

Tints of Neon Blue #272EFB

RGB

 RED value IS 39 (15.63% from 255) = 11.61%

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 251 (98.44% from 255) = 74.7%

R = 11.61%
G = 13.69%
B = 74.7%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#272EFB (or 0x272EFB) is known color: Neon Blue. HEX triplet: 27, 2E and FB. RGB value is (39,46,251). Sum of RGB (Red+Green+Blue) = 39+46+251=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #272EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272EFB is #D8D104. Grayscale: #424242. Windows color (decimal): -14209285 or 16461351. OLE color: 16461351.

HSL color Cylindrical-coordinate representation of color #272EFB: hue angle of 238.02º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272EFB is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 46 251 -
CMYK 0.84 0.82 0 0.02
HSL 238.02º 0.96% 0.57% -
HSV(B) 238.02º 0.84% 0.98% -
XYZ 19.23 9.35 92.06 -
YUV 67.28 231.68 107.83 -
System Red Green Blue C M Y K H S L
Decimal 39 46 251 0.84 0.82 0 0.02 238.02 0.96 0.57
Hex 27 2E FB 54 52 0 2 EE 60 39
Octal 47 56 373 124 122 0 2 356 140 71
Binary 100111 101110 11111011 1010100 1010010 0 10 11101110 1100000 111001

Color Harmonies of #272EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272EFB

Black with #272EFB

Text Example


Text Example

White with #272EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272EFB; }

 p { color: rgb(39,46,251); }

 H1.HeaderClassName
 {
   color: #272EFB;
 }
 .AnyTagClassName
 {
   color: #272EFB;
 }
</style>

background-color css

<style>
 a { background-color: #272EFB; }

 a { background-color: rgb(39,46,251); }

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

border-color css

<style>
 span { border-color: #272EFB; }

 span { border-color: rgb(39,46,251); }

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