Html Css Color HEX #2F55FA Neon Blue

📋 copy color: '#2F55FA'

red 47 ◦ green 85 ◦ blue 250

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

Shades of Neon Blue #2F55FA

Tints of Neon Blue #2F55FA

RGB

 RED value IS 47 (18.75% from 255) = 12.3%

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 12.3%
G = 22.25%
B = 65.45%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F55FA (or 0x2F55FA) is known color: Neon Blue. HEX triplet: 2F, 55 and FA. RGB value is (47,85,250). Sum of RGB (Red+Green+Blue) = 47+85+250=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F55FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F55FA is #D0AA05. Grayscale: #5B5B5B. Windows color (decimal): -13675014 or 16405807. OLE color: 16405807.

HSL color Cylindrical-coordinate representation of color #2F55FA: hue angle of 228.77º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F55FA is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 85 250 -
CMYK 0.81 0.66 0 0.02
HSL 228.77º 0.95% 0.58% -
HSV(B) 228.77º 0.81% 0.98% -
XYZ 21.68 14 92 -
YUV 92.45 216.91 95.58 -
System Red Green Blue C M Y K H S L
Decimal 47 85 250 0.81 0.66 0 0.02 228.77 0.95 0.58
Hex 2F 55 FA 51 42 0 2 E5 5F 3A
Octal 57 125 372 121 102 0 2 345 137 72
Binary 101111 1010101 11111010 1010001 1000010 0 10 11100101 1011111 111010

Color Harmonies of #2F55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F55FA

Black with #2F55FA

Text Example


Text Example

White with #2F55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F55FA; }

 p { color: rgb(47,85,250); }

 H1.HeaderClassName
 {
   color: #2F55FA;
 }
 .AnyTagClassName
 {
   color: #2F55FA;
 }
</style>

background-color css

<style>
 a { background-color: #2F55FA; }

 a { background-color: rgb(47,85,250); }

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

border-color css

<style>
 span { border-color: #2F55FA; }

 span { border-color: rgb(47,85,250); }

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