Html Css Color HEX #254FFA Neon Blue

📋 copy color: '#254FFA'

red 37 ◦ green 79 ◦ blue 250

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

Shades of Neon Blue #254FFA

Tints of Neon Blue #254FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.58%

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

R = 10.11%
G = 21.58%
B = 68.31%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#254FFA (or 0x254FFA) is known color: Neon Blue. HEX triplet: 25, 4F and FA. RGB value is (37,79,250). Sum of RGB (Red+Green+Blue) = 37+79+250=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #254FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FFA is #DAB005. Grayscale: #555555. Windows color (decimal): -14331910 or 16404261. OLE color: 16404261.

HSL color Cylindrical-coordinate representation of color #254FFA: hue angle of 228.17º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254FFA is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 79 250 -
CMYK 0.85 0.68 0 0.02
HSL 228.17º 0.96% 0.56% -
HSV(B) 228.17º 0.85% 0.98% -
XYZ 20.81 12.89 91.83 -
YUV 85.94 220.59 93.1 -
System Red Green Blue C M Y K H S L
Decimal 37 79 250 0.85 0.68 0 0.02 228.17 0.96 0.56
Hex 25 4F FA 55 44 0 2 E4 60 38
Octal 45 117 372 125 104 0 2 344 140 70
Binary 100101 1001111 11111010 1010101 1000100 0 10 11100100 1100000 111000

Color Harmonies of #254FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FFA

Black with #254FFA

Text Example


Text Example

White with #254FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254FFA; }

 p { color: rgb(37,79,250); }

 H1.HeaderClassName
 {
   color: #254FFA;
 }
 .AnyTagClassName
 {
   color: #254FFA;
 }
</style>

background-color css

<style>
 a { background-color: #254FFA; }

 a { background-color: rgb(37,79,250); }

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

border-color css

<style>
 span { border-color: #254FFA; }

 span { border-color: rgb(37,79,250); }

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