Html Css Color HEX #604CFB Neon Blue

📋 copy color: '#604CFB'

red 96 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #604CFB

Tints of Neon Blue #604CFB

RGB

 RED value IS 96 (37.89% from 255) = 22.7%

 GREEN value IS 76 (30.08% from 255) = 17.97%

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

R = 22.7%
G = 17.97%
B = 59.34%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#604CFB (or 0x604CFB) is known color: Neon Blue. HEX triplet: 60, 4C and FB. RGB value is (96,76,251). Sum of RGB (Red+Green+Blue) = 96+76+251=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #604CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604CFB is #9FB304. Grayscale: #656565. Windows color (decimal): -10466053 or 16469088. OLE color: 16469088.

HSL color Cylindrical-coordinate representation of color #604CFB: hue angle of 246.86º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #604CFB is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 76 251 -
CMYK 0.62 0.70 0 0.02
HSL 246.86º 0.96% 0.64% -
HSV(B) 246.86º 0.7% 0.98% -
XYZ 24.82 14.62 92.78 -
YUV 101.93 212.13 123.77 -
System Red Green Blue C M Y K H S L
Decimal 96 76 251 0.62 0.70 0 0.02 246.86 0.96 0.64
Hex 60 4C FB 3E 46 0 2 F7 60 40
Octal 140 114 373 76 106 0 2 367 140 100
Binary 1100000 1001100 11111011 111110 1000110 0 10 11110111 1100000 1000000

Color Harmonies of #604CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CFB

Black with #604CFB

Text Example


Text Example

White with #604CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604CFB; }

 p { color: rgb(96,76,251); }

 H1.HeaderClassName
 {
   color: #604CFB;
 }
 .AnyTagClassName
 {
   color: #604CFB;
 }
</style>

background-color css

<style>
 a { background-color: #604CFB; }

 a { background-color: rgb(96,76,251); }

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

border-color css

<style>
 span { border-color: #604CFB; }

 span { border-color: rgb(96,76,251); }

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